linux/drivers/char/xillybus
Rob Herring 74d83a5d74 char: xillybus: remove direct dependency on DT functions
Drivers generally should not need to depend directly on OF_ADDRESS or
OF_IRQ. Convert xillybus to use the preferred platform_get_resource() and
platform_get_irq() functions to remove this dependency.

Cc: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-09 17:59:49 +01:00
..
Kconfig char: xillybus: remove direct dependency on DT functions 2018-01-09 17:59:49 +01:00
Makefile
xillybus_core.c char: xillybus: Fix spelling mistake and comment 2016-08-31 14:47:54 +02:00
xillybus_of.c char: xillybus: remove direct dependency on DT functions 2018-01-09 17:59:49 +01:00
xillybus_pcie.c char: xillybus: use devm_add_action_or_reset 2016-04-30 14:04:45 -07:00
xillybus.h