All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/8] Support more devices on rockchip rv1108
@ 2017-08-14  8:31 ` Andy Yan
  0 siblings, 0 replies; 45+ messages in thread
From: Andy Yan @ 2017-08-14  8:31 UTC (permalink / raw)
  To: heiko
  Cc: devicetree, thierry.reding, linux-pwm, broonie, linux-kernel,
	linux-spi, linux-rockchip, robh+dt, linux-arm-kernel, Andy Yan


This series try to support i2c/spi/pwm/saradc/pmic/watchdog
on rockchip rv1108 soc.

The clk tree, pinctrl, i2c, watchdog and saradc dt-bindings has
been applied. So there are not included in this version.

Changes in v4:
- remove unnecessary property io-channel-ranges of saradc
- order i2c devices by i2c address.

Changes in v3:
- make the compatible string be: "rockchip,rv1108-pwm", "rockchip,rk3288-pwm"
  for rv1108

Changes in v2:
- add compatible string "rockchip,rv1108-pwm"
- add compatible string "rockchip,rv1108-saradc"

Andy Yan (8):
  spi: rockchip: add compatible string for rv1108 spi
  ARM: dts: rockchip: add spi dt node for rv1108
  dt-bindings: pwm: add description for rv1108 pwm
  ARM: dts: rockchip: add pwm dt node for rv1108
  ARM: dts: rockchip: add saradc support for rv1108
  ARM: dts: rockchip: add pwm backlight for rv1108 evb
  ARM: dts: rockchip: add pmic rk805 dt node for rv1108 evb
  ARM: dts: rockchip: add accelerometer bma250e dt node for rv1108 evb

 .../devicetree/bindings/pwm/pwm-rockchip.txt       |   3 +-
 .../devicetree/bindings/spi/spi-rockchip.txt       |   1 +
 arch/arm/boot/dts/rv1108-evb.dts                   | 158 +++++++++++++++++++
 arch/arm/boot/dts/rv1108.dtsi                      | 167 +++++++++++++++++++++
 drivers/spi/spi-rockchip.c                         |   1 +
 5 files changed, 329 insertions(+), 1 deletion(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-21  9:53 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-14  8:31 [PATCH v4 0/8] Support more devices on rockchip rv1108 Andy Yan
2017-08-14  8:31 ` Andy Yan
2017-08-14  8:34 ` [PATCH v4 1/8] spi: rockchip: add compatible string for rv1108 spi Andy Yan
2017-08-14  8:34   ` Andy Yan
2017-08-14  8:34   ` Andy Yan
2017-08-14 15:20   ` Mark Brown
2017-08-14 15:20     ` Mark Brown
2017-08-14 15:20     ` Mark Brown
2017-08-14  8:35 ` [PATCH v4 2/8] ARM: dts: rockchip: add spi dt node for rv1108 Andy Yan
2017-08-14  8:35   ` Andy Yan
2017-08-14  8:35   ` Andy Yan
2017-08-14 20:24   ` Heiko Stuebner
2017-08-14 20:24     ` Heiko Stuebner
2017-08-14 20:24     ` Heiko Stuebner
2017-08-14  8:37 ` [PATCH v4 3/8] dt-bindings: pwm: add description for rv1108 pwm Andy Yan
2017-08-14  8:37   ` Andy Yan
2017-08-14  8:37   ` Andy Yan
2017-08-17 20:47   ` Rob Herring
2017-08-17 20:47     ` Rob Herring
2017-08-18 15:46   ` Thierry Reding
2017-08-18 15:46     ` Thierry Reding
2017-08-14  8:40 ` [PATCH v4 4/8] ARM: dts: rockchip: add pwm dt node for rv1108 Andy Yan
2017-08-14  8:40   ` Andy Yan
2017-08-14  8:40   ` Andy Yan
2017-08-18 22:51   ` Heiko Stuebner
2017-08-18 22:51     ` Heiko Stuebner
2017-08-18 22:51     ` Heiko Stuebner
2017-08-14  8:41 ` [PATCH v4 5/8] ARM: dts: rockchip: add saradc support " Andy Yan
2017-08-14  8:41   ` Andy Yan
2017-08-14 13:34   ` Heiko Stuebner
2017-08-14 13:34     ` Heiko Stuebner
2017-08-14 13:34     ` Heiko Stuebner
2017-08-14  8:42 ` [PATCH v4 6/8] ARM: dts: rockchip: add pwm backlight for rv1108 evb Andy Yan
2017-08-14  8:42   ` Andy Yan
2017-08-14  8:42   ` Andy Yan
2017-08-18 22:54   ` Heiko Stuebner
2017-08-18 22:54     ` Heiko Stuebner
2017-08-14  8:43 ` [PATCH v4 7/8] ARM: dts: rockchip: add pmic rk805 dt node " Andy Yan
2017-08-14  8:43   ` Andy Yan
2017-08-21  9:48   ` Heiko Stuebner
2017-08-21  9:48     ` Heiko Stuebner
2017-08-14  8:44 ` [PATCH v4 8/8] ARM: dts: rockchip: add accelerometer bma250e " Andy Yan
2017-08-14  8:44   ` Andy Yan
2017-08-21  9:52   ` Heiko Stuebner
2017-08-21  9:52     ` Heiko Stuebner

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.