aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/s5k6aa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/s5k6aa.c')
-rw-r--r--drivers/media/i2c/s5k6aa.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/i2c/s5k6aa.c b/drivers/media/i2c/s5k6aa.c
index 9fd254a8e20d..13c10b5e2b45 100644
--- a/drivers/media/i2c/s5k6aa.c
+++ b/drivers/media/i2c/s5k6aa.c
@@ -421,6 +421,7 @@ static int s5k6aa_set_ahb_address(struct i2c_client *client)
421 421
422/** 422/**
423 * s5k6aa_configure_pixel_clock - apply ISP main clock/PLL configuration 423 * s5k6aa_configure_pixel_clock - apply ISP main clock/PLL configuration
424 * @s5k6aa: pointer to &struct s5k6aa describing the device
424 * 425 *
425 * Configure the internal ISP PLL for the required output frequency. 426 * Configure the internal ISP PLL for the required output frequency.
426 * Locking: called with s5k6aa.lock mutex held. 427 * Locking: called with s5k6aa.lock mutex held.
@@ -669,6 +670,7 @@ static int s5k6aa_set_input_params(struct s5k6aa *s5k6aa)
669 670
670/** 671/**
671 * s5k6aa_configure_video_bus - configure the video output interface 672 * s5k6aa_configure_video_bus - configure the video output interface
673 * @s5k6aa: pointer to &struct s5k6aa describing the device
672 * @bus_type: video bus type: parallel or MIPI-CSI 674 * @bus_type: video bus type: parallel or MIPI-CSI
673 * @nlanes: number of MIPI lanes to be used (MIPI-CSI only) 675 * @nlanes: number of MIPI lanes to be used (MIPI-CSI only)
674 * 676 *
@@ -724,6 +726,8 @@ static int s5k6aa_new_config_sync(struct i2c_client *client, int timeout,
724 726
725/** 727/**
726 * s5k6aa_set_prev_config - write user preview register set 728 * s5k6aa_set_prev_config - write user preview register set
729 * @s5k6aa: pointer to &struct s5k6aa describing the device
730 * @preset: s5kaa preset to be applied
727 * 731 *
728 * Configure output resolution and color fromat, pixel clock 732 * Configure output resolution and color fromat, pixel clock
729 * frequency range, device frame rate type and frame period range. 733 * frequency range, device frame rate type and frame period range.
@@ -777,6 +781,7 @@ static int s5k6aa_set_prev_config(struct s5k6aa *s5k6aa,
777 781
778/** 782/**
779 * s5k6aa_initialize_isp - basic ISP MCU initialization 783 * s5k6aa_initialize_isp - basic ISP MCU initialization
784 * @sd: pointer to V4L2 sub-device descriptor
780 * 785 *
781 * Configure AHB addresses for registers read/write; configure PLLs for 786 * Configure AHB addresses for registers read/write; configure PLLs for
782 * required output pixel clock. The ISP power supply needs to be already 787 * required output pixel clock. The ISP power supply needs to be already