Rob Herring <[email protected]>, Pawel Moll <[email protected]>, Mark Rutland <[email protected]>, Ian Campbell <[email protected]>, Kumar Gala <[email protected]>, Russell King <[email protected]>, [email protected], Mark Brown <[email protected]>, Jonathan Corbet <[email protected]>, [email protected], Maxime Ripard <[email protected]>, [email protected], [email protected], [email protected],
Hello, while trying to get SPI working on A10s Olinuxino Micro I noticed a few minor problems. Michal Suchanek (3): ARM: dts: sunxi: A10s Olinuxino add missing SPI and simplefb. - devices have drivers but missing from DT spidev: Add DT binding example. - spidev can be configured with DT but the option is not documented ARM: sunxi: spi: use proper errno when message is too long. - when transfer is too large sunxi driver returns EINVAL rather than EMSGSIZE Documentation/spi/spidev | 16 ++++++++++++++ arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 12 ++++++++++ arch/arm/boot/dts/sun5i-a10s.dtsi | 28 ++++++++++++++++++++++++ drivers/spi/spi-sun4i.c | 2 +- drivers/spi/spi-sun6i.c | 2 +- 5 files changed, 58 insertions(+), 2 deletions(-) -- 2.1.4 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
