| #
f462f553 |
| 16-Mar-2018 |
David Wu <david.wu@rock-chips.com> |
video: pwm_backlight: support PWM polarity setting
The latest kernel PWM drivers enable the polarity settings. When system run from U-Boot to kerenl, if there are differences in polarity set or duty
video: pwm_backlight: support PWM polarity setting
The latest kernel PWM drivers enable the polarity settings. When system run from U-Boot to kerenl, if there are differences in polarity set or duty cycle, the PMW will re-init: close -> set polarity and duty cycle -> enable the PWM. The pwm_backlight would be unstable, might be screen flashing.
Change-Id: I7c026c9756e013f0ac99e43b09b633dc83268ce9 Signed-off-by: David Wu <david.wu@rock-chips.com>
show more ...
|
| #
102804ec |
| 05-Mar-2018 |
Joseph Chen <chenjh@rock-chips.com> |
video: pwm_backlight: fix backlight disable fail issue
1. set duty as 0; 2. if there is not "enable-gpios", don't disable pwm;
Change-Id: Ie788da61a38a6bfce4cdc5395e522e71a599eef0 Signed-off-by: Jo
video: pwm_backlight: fix backlight disable fail issue
1. set duty as 0; 2. if there is not "enable-gpios", don't disable pwm;
Change-Id: Ie788da61a38a6bfce4cdc5395e522e71a599eef0 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
ca62cda2 |
| 08-Feb-2018 |
Kever Yang <kever.yang@rock-chips.com> |
pwm-backlight: make power-supply as option
Some pwm backlight may not need 'power-supply', let's make it as option in pwm-backlight driver.
Change-Id: Ie25ab972b352cd66670fdccfdee45fa1199741ed Sign
pwm-backlight: make power-supply as option
Some pwm backlight may not need 'power-supply', let's make it as option in pwm-backlight driver.
Change-Id: Ie25ab972b352cd66670fdccfdee45fa1199741ed Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
69cea70e |
| 07-Feb-2018 |
Kever Yang <kever.yang@rock-chips.com> |
pwm-backlight: support rockchip invert level array
Some Rockchip dts use invert level array for backligh.
Change-Id: Ic6b5e22031cf570a56bb2854ed10f3e7c24029cc Signed-off-by: Kever Yang <kever.yang@
pwm-backlight: support rockchip invert level array
Some Rockchip dts use invert level array for backligh.
Change-Id: Ic6b5e22031cf570a56bb2854ed10f3e7c24029cc Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
55519f24 |
| 30-Oct-2017 |
Joseph Chen <chenjh@rock-chips.com> |
video: pwm backlight: add backlight_disable() implement
Change-Id: Ib574feedf431e34e5da49aae24a7ae0361945ac9 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
8d3a2568 |
| 12-Jul-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
7cf208d7 |
| 12-Jun-2017 |
Simon Glass <sjg@chromium.org> |
dm: video: Update pwm_backlight to support livetree
Update this driver to support a live device tree.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Test
dm: video: Update pwm_backlight to support livetree
Update this driver to support a live device tree.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1
show more ...
|
| #
21342d4a |
| 08-Feb-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
e160f7d4 |
| 17-Jan-2017 |
Simon Glass <sjg@chromium.org> |
dm: core: Replace of_offset with accessor
At present devices use a simple integer offset to record the device tree node associated with the device. In preparation for supporting a live device tree,
dm: core: Replace of_offset with accessor
At present devices use a simple integer offset to record the device tree node associated with the device. In preparation for supporting a live device tree, which uses a node pointer instead, refactor existing code to access this field through an inline function.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
65fba592 |
| 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
dm: backlight: Add a driver for a PWM backlight
Many backlights need to use a PWM to control the brightness. Add a driver for this. It understands the standard device tree binding.
Signed-off-by: S
dm: backlight: Add a driver for a PWM backlight
Many backlights need to use a PWM to control the brightness. Add a driver for this. It understands the standard device tree binding.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|