Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1249395
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 0/2] ARM: sunxi: Add Reduced Serial Bus (RSB) controller support |
| Date | 2015-10-17 19:30 +0200 |
| Message-ID | <qkDsT-4cT-47@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi everyone,
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.
Changes since v5:
.../bindings/{soc/sunxi/rsb.txt => bus/sunxi-rsb.txt} | 0
drivers/bus/Kconfig | 11 +++++++++++
drivers/bus/Makefile | 1 +
drivers/{soc/sunxi/sunxi_rsb.c => bus/sunxi-rsb.c} | 2 +-
drivers/soc/sunxi/Kconfig | 10 ----------
drivers/soc/sunxi/Makefile | 1 -
include/linux/{soc/sunxi/sunxi_rsb.h => sunxi-rsb.h} | 0
7 files changed, 13 insertions(+), 12 deletions(-)
The Kconfig entry has been updated with a proper entry description, making
it selectable. Both the entry and help text have been edited to make it
clear this is an Allwinner specific driver. A dependency on ARCH_SUNXI is
also added.
Regards
ChenYu
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.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v6 0/2] ARM: sunxi: Add Reduced Serial Bus (RSB) controller support Chen-Yu Tsai <wens@csie.org> - 2015-10-17 19:30 +0200 [PATCH v6 1/2] bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings Chen-Yu Tsai <wens@csie.org> - 2015-10-17 19:30 +0200
csiph-web