linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v6 0/2] ARM: sunxi: Add Reduced Serial Bus (RSB) controller support
@ 2015-10-23 18:41 Maxime Ripard
  2015-10-23 18:41 ` [PATCH RESEND v6 1/2] bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings Maxime Ripard
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maxime Ripard @ 2015-10-23 18:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

As discussed on IRC, here is a resend of these RSB patches, to merge
for 4.4.

The original cover letter was:

This is v6 of the Allwinner Reduced Serial Bus driver. This version puts
the driver under drivers/bus instead of drivers/soc/sunxi. There are no
changes to the binding or the driver itself.

The series is based on v4.3-rc1.

Thanks!
Maxime

Chen-Yu Tsai (2):
  bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller
    bindings
  bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus

 .../devicetree/bindings/bus/sunxi-rsb.txt          |  47 ++
 drivers/bus/Kconfig                                |  11 +
 drivers/bus/Makefile                               |   1 +
 drivers/bus/sunxi-rsb.c                            | 783 +++++++++++++++++++++
 include/linux/sunxi-rsb.h                          | 105 +++
 5 files changed, 947 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/bus/sunxi-rsb.txt
 create mode 100644 drivers/bus/sunxi-rsb.c
 create mode 100644 include/linux/sunxi-rsb.h

-- 
2.6.2

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

end of thread, other threads:[~2015-10-26  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 18:41 [PATCH RESEND v6 0/2] ARM: sunxi: Add Reduced Serial Bus (RSB) controller support Maxime Ripard
2015-10-23 18:41 ` [PATCH RESEND v6 1/2] bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings Maxime Ripard
2015-10-23 18:41 ` [PATCH RESEND v6 2/2] bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus Maxime Ripard
2015-10-24  3:30 ` [PATCH RESEND v6 0/2] ARM: sunxi: Add Reduced Serial Bus (RSB) controller support Chen-Yu Tsai
2015-10-26  1:11   ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).