[PATCH v4] drm/panel: Add support for AUO b101ean01 panel

2015-01-25 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- Changes in v4: - Add auo,b101ean01.txt file .../devicetree/bindings/panel/auo,b101ean01.txt| 7 ++ drivers/gpu/drm/panel/panel-sim

[PATCH v2] drm/panel: Add support for AUO b101ean01 panel

2015-01-14 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- Changes in v2: - changed panel timing drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file changed, 26 insertions(+) diff --

[PATCH v3] drm/panel: Add support for AUO b101ean01 panel

2015-01-15 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- Changes in v3: - changed moving auo_b101ean01 definitions under auo_b101aw03 drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file ch

[PATCH] drm/panel: Add support for AUO b101ean01 panel

2015-01-08 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple

[PATCH] phy: rockchip-usb: power down phy when rockchip phy probe

2015-07-17 Thread huang lin
rockchip phy are enable when soc reset, to save power consumption, we disable it when probe, and enable each phy when it use Signed-off-by: huang lin --- drivers/phy/phy-rockchip-usb.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/phy/phy-rockchip-usb.c b/drivers/phy/phy

[PATCH 1/2] Documentation: devicetree: add backlight-boot-off property in pwm-backlight

2015-02-25 Thread huang lin
Add the backlight-boot-ff property, so we can keeping the backlight disabled at boot until it is enabled implicitly by a panel driver, or explicitly by userspace. Signed-off-by: huang lin --- Documentation/devicetree/bindings/video/backlight/pwm-backlight.txt | 1 + 1 file changed, 1

[PATCH 0/2] backlight: pwm: Add backlight-boot-off property

2015-02-25 Thread huang lin
Add backlight-boot-off property, so we can keeping the backlight disabled at boot until it is enabled implicitly by a panel driver, or explicitly by userspace huang lin (2): Documentation: devicetree: add backlight-boot-off property in pwm-backlight backlight: pwm: Add backlight-boot

[PATCH v5] drm/panel: Add support for AUO b101ean01 panel

2015-02-27 Thread huang lin
The AUO b101ean01 panel is a 10.1" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: huang lin --- Changes in v5: - increase the vsync time .../devicetree/bindings/panel/auo,b101ean01.txt| 7 ++ drivers/gpu/drm/panel/panel-simple.c

[PATCH v1 1/2] clk: rockchip: add pclk_pd_pmu to the list of rk3288 critical clocks

2015-08-02 Thread huang lin
pclk_pd_pmu needs to keep running and with the upcoming gpio clock handling this is not always the case anymore. So add it to the list of critical clocks for now. Signed-off-by: Heiko Stuebner Signed-off-by: huang lin --- drivers/clk/rockchip/clk-rk3288.c | 1 + 1 file changed, 1 insertion

[PATCH v1 2/2] pinctrl: rockchip: only enable gpio clock when it setting

2015-08-02 Thread huang lin
gpio can keep state even the clock disable, for save power consumption, only enable gpio clock when it setting Signed-off-by: Heiko Stuebner Signed-off-by: huang lin Signed-off-by: huang lin --- drivers/pinctrl/pinctrl-rockchip.c | 60 ++ 1 file changed