OSDN Git Service

staging: pi433: New driver
authorMarcus Wolf <linux@Wolf-Entwicklungen.de>
Sun, 16 Jul 2017 10:52:06 +0000 (11:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 14:58:13 +0000 (16:58 +0200)
commit874bcba65f9a3a2a304b5f520529c046887c3cdc
tree420b0446befa1956cf425491240a25ff92d2e469
parent07119e257309a41e5ec4a896fd8c8e588388269e
staging: pi433: New driver

Added a driver for the pi433 radio module
(see https://www.pi433.de/en.html for details).

Signed-off-by: Marcus Wolf <linux@Wolf-Entwicklungen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts [new file with mode: 0644]
drivers/staging/pi433/Documentation/devicetree/pi433.txt [new file with mode: 0644]
drivers/staging/pi433/Documentation/pi433.txt [new file with mode: 0644]
drivers/staging/pi433/Kconfig [new file with mode: 0644]
drivers/staging/pi433/Makefile [new file with mode: 0644]
drivers/staging/pi433/TODO [new file with mode: 0644]
drivers/staging/pi433/pi433_if.c [new file with mode: 0644]
drivers/staging/pi433/pi433_if.h [new file with mode: 0644]
drivers/staging/pi433/rf69.c [new file with mode: 0644]
drivers/staging/pi433/rf69.h [new file with mode: 0644]
drivers/staging/pi433/rf69_enum.h [new file with mode: 0644]
drivers/staging/pi433/rf69_registers.h [new file with mode: 0644]