All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7] add pwm regulator driver
@ 2016-09-23  7:57 Kever Yang
  2016-09-23  7:57 ` [U-Boot] [PATCH v3 1/7] rockchip: rk3399: update PPLL and pmu_pclk frequency Kever Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Kever Yang @ 2016-09-23  7:57 UTC (permalink / raw)
  To: u-boot


This patch set add pwm regulator driver and enable it
on rk3399, also do some update and fix to make the regulator
driver work properly.


Changes in v3:
- remove priv->boot_on to fix compile error

Changes in v2:
- add comments for pwm_regulator_info struct member
- do not init pwm_id if there is none
- other fix for comments from Simon
- add Acked-by tag from Simon and commit message fix
- update the commit message

Kever Yang (7):
  rockchip: rk3399: update PPLL and pmu_pclk frequency
  rockchip: rkpwm: fix the register sequence
  power: regulator: add pwm regulator
  rockchip: evb_rk3399: init vdd_center regulator
  Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
  dts: evb-rk3399: add init voltage node for vdd-center
  config: evb-rk3399: enable pwm regulator

 arch/arm/Kconfig                                |   2 +
 arch/arm/dts/rk3399-evb.dts                     |   1 +
 arch/arm/include/asm/arch-rockchip/cru_rk3399.h |   4 +-
 arch/arm/include/asm/arch-rockchip/pwm.h        |   2 +-
 board/rockchip/evb_rk3399/evb-rk3399.c          |   6 +
 configs/evb-rk3399_defconfig                    |   1 +
 drivers/power/regulator/Kconfig                 |  10 ++
 drivers/power/regulator/Makefile                |   1 +
 drivers/power/regulator/pwm_regulator.c         | 159 ++++++++++++++++++++++++
 9 files changed, 183 insertions(+), 3 deletions(-)
 create mode 100644 drivers/power/regulator/pwm_regulator.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-09-24  0:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23  7:57 [U-Boot] [PATCH v3 0/7] add pwm regulator driver Kever Yang
2016-09-23  7:57 ` [U-Boot] [PATCH v3 1/7] rockchip: rk3399: update PPLL and pmu_pclk frequency Kever Yang
2016-09-24  0:03   ` Simon Glass
2016-09-23  7:57 ` [U-Boot] [PATCH v3 2/7] rockchip: rkpwm: fix the register sequence Kever Yang
2016-09-24  0:03   ` Simon Glass
2016-09-23  7:57 ` [U-Boot] [PATCH v3 3/7] power: regulator: add pwm regulator Kever Yang
2016-09-24  0:03   ` Simon Glass
2016-09-23  7:57 ` [U-Boot] [PATCH v3 4/7] rockchip: evb_rk3399: init vdd_center regulator Kever Yang
2016-09-24  0:03   ` Simon Glass
2016-09-23  7:57 ` [U-Boot] [PATCH v3 5/7] Kconfig: rockchip: enable DM_PWM and DM_REGULATOR Kever Yang
2016-09-24  0:03   ` Simon Glass
2016-09-23  7:57 ` [U-Boot] [PATCH v3 6/7] dts: evb-rk3399: add init voltage node for vdd-center Kever Yang
2016-09-24  0:03   ` Simon Glass
2016-09-23  7:57 ` [U-Boot] [PATCH v3 7/7] config: evb-rk3399: enable pwm regulator Kever Yang
2016-09-24  0:03   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.