History log of /arch/blackfin/mach-bf518/include/mach/gpio.h
Revision Date Author Comments
4de2bf8786ec8ec9a45b556e1ddf5c80c807a361 26-Oct-2010 Mike Frysinger <vapier@gentoo.org> Blackfin: push gpio (port) defines into common headers

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
812ae98f0849fbceb32c6d21bcdda42b40264c82 05-Jul-2010 Mike Frysinger <vapier@gentoo.org> Blackfin: gpio/portmux: clean up whitespace corruption

Random tabs instead of spaces, mixes of the two, and unicode spaces
instead of ascii spaces.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
502c8a0e07450ff886b80a11150a123bae92f3f7 09-Jun-2010 Mike Frysinger <vapier@gentoo.org> Blackfin: BF51x: fix handling of PH8 (the "internal" SPI0SEL4 pin)

Even though the PH8 pin is only internal to the processor packaging, it
can be controlled like any other GPIO pin. Now that we have a proper GPIO
define, we can fix the SPI0 CS4 define for the internal SPI flash.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
96f1050d3df105c9ae6c6ac224f370199ea82fcd 24-Sep-2009 Robin Getz <robin.getz@analog.com> Blackfin: mass clean up of copyright/licensing info

Bill Gatliff & David Brownell pointed out we were missing some
copyrights, and licensing terms in some of the files in
./arch/blackfin, so this fixes things, and cleans them up.

It also removes:
- verbose GPL text(refer to the top level ./COPYING file)
- file names (you are looking at the file)
- bug url (it's in the ./MAINTAINERS file)
- "or later" on GPL-2, when we did not have that right

It also allows some Blackfin-specific assembly files to be under a BSD
like license (for people to use them outside of Linux).

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
983e1016050e3bb9d64bde0f7d4792a6fcb248d8 07-Jan-2009 Michael Hennerich <michael.hennerich@analog.com> Blackfin arch: gpio.h split into machine subfolders like already done for BF54x

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>