mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
gpio: add MC33880 driver
A GPIO driver for the Freescale MC33880 High/Low side switch Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a4177ee7f1
commit
1e5db00687
4 changed files with 214 additions and 0 deletions
10
include/linux/spi/mc33880.h
Normal file
10
include/linux/spi/mc33880.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef LINUX_SPI_MC33880_H
|
||||
#define LINUX_SPI_MC33880_H
|
||||
|
||||
struct mc33880_platform_data {
|
||||
/* number assigned to the first GPIO */
|
||||
unsigned base;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue