spi/spidev: Add 32 bit compat ioctl()
authorBernhard Walle <walle@corscience.de>
Thu, 3 Feb 2011 08:37:18 +0000 (09:37 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 3 Feb 2011 16:55:43 +0000 (09:55 -0700)
commit7d48ec3698e7b747efa744fd340b0f2d1dbfd3e0
tree821683241a3715d558d60a666d8b8b560114008c
parent9dabb3f3269d042908bf1f4e685413c39cc8c373
spi/spidev: Add 32 bit compat ioctl()

Add the compat_ioctl for operations on /dev/spi* so that 32 bit
userspace applications can access SPI. As far as I can see all data
structure are already prepared for that, so no additional conversion has
to be done.

My use case is MIPS with N32 userspace ABI and toolchain, and that was
also the platform where I tested it successfully (Cavium Octeon).

Signed-off-by: Bernhard Walle <walle@corscience.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spidev.c
This page took 0.024841 seconds and 5 git commands to generate.