All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] This series adds support for RK3288 SoC integrated PWM
@ 2014-07-23  6:38 ` Caesar Wang
  0 siblings, 0 replies; 14+ messages in thread
From: Caesar Wang @ 2014-07-23  6:38 UTC (permalink / raw)
  To: heiko, thierry.reding, b.galvani
  Cc: linux-arm-kernel, linux-pwm, linux-kernel, cf, huangtao, hj, xjq,
	addy.ke, Caesar Wang

This patch will make applying on the top of Beniamino's submission,
the Beniamino's submission come from [1].

[1]:
    https://git.kernel.org/cgit/linux/kernel/git/thierry.reding/linux-pwm.git/log/?h=for-next

    Beniamino's submission won't be used from genenation Rockchip SoCs.
    So I have to add the new pwm for next genenation Rockchip SoCs.

    Tested on RK3288 SDK board.
   
Changes in v3:
    * address comments from Thierry Reding:
    - fix PWM document deccribes. 
    - add a description for [PATCH v3 2/2].
    - renamed the PWM registers
    - Changed in rockchip_pwm_data struct
    - remove the devm_ioremap(),fixed in lcdc driver.

Changes in v2:
    * address comments from Beniamino Galvani:
    - remove #include <linux/of_address.h>. 
    - of_iomap be removed,and devm_ioremap replace it.
    - remove a line no be used.

Caesar Wang (2):
  pwm: rockchip: document RK3288 SoC compatible
  pwm: rockchip: Added to support for RK3288 SoC

 .../devicetree/bindings/pwm/pwm-rockchip.txt       |   5 +-
 drivers/pwm/pwm-rockchip.c                         | 141 ++++++++++++++++++---
 2 files changed, 126 insertions(+), 20 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2014-07-24  9:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23  6:38 [PATCH v3 0/2] This series adds support for RK3288 SoC integrated PWM Caesar Wang
2014-07-23  6:38 ` Caesar Wang
2014-07-23  6:38 ` [PATCH v3 1/2] pwm: rockchip: document RK3288 SoC compatible Caesar Wang
2014-07-23  6:38   ` Caesar Wang
2014-07-23  6:38 ` [PATCH v3 2/2] pwm: rockchip: Added to support for RK3288 SoC Caesar Wang
2014-07-23  6:38   ` Caesar Wang
2014-07-23 16:01   ` Heiko Stübner
2014-07-23 16:01     ` Heiko Stübner
2014-07-24  2:13     ` caesar
2014-07-24  2:13       ` caesar
2014-07-24  8:05       ` Heiko Stübner
2014-07-24  8:05         ` Heiko Stübner
2014-07-24  9:29         ` caesar
2014-07-24  9:29           ` caesar

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.