On Saturday, April 19, 2014 4:43 AM, Ajay kumar wrote:
On Fri, Apr 18, 2014 at 2:17 PM, Jingoo Han jg1.han@samsung.com wrote:
On Wednesday, April 16, 2014 11:33 PM, Ajay Kumar wrote:
[.....]
+struct panel_exynos_dp {
struct drm_panel base;
struct regulator *bck_fet;
struct regulator *lcd_fet;
'bck' means 'backlight'? Then, just use 'backlight_fet'.
backlight_fet is more meaningful. Will change it.
Also, I cannot understand the meaning of 'fet'. What's the meaning of the 'fet'?
FET is an output from the regulator. On exynos5250-snow board, FET1 controls power to the backlight unit. See more here: https://lkml.org/lkml/2014/4/15/618
OK, I see.
PS: Please change your mail from 'html' mode to 'text' mode.
Best regards, Jingoo Han