History log of /drivers/spi/spi-bfin5xx.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38ada214fad79ff5ebbed58932c5f0c9969d9c91 22-Oct-2011 Yong Zhang <yong.zhang0@gmail.com> spi: irq: Remove IRQF_DISABLED

Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled],
We run all interrupt handlers with interrupts disabled
and we even check and yell when an interrupt handler
returns with interrupts enabled (see commit [b738a50a:
genirq: Warn when handler enables interrupts]).

So now this flag is a NOOP and can be removed.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
/drivers/spi/spi-bfin5xx.c
c52d4e5f3cd3939bf44e788fdcbce8dcebb6fe61 17-Jun-2011 Mike Frysinger <vapier@gentoo.org> spi/bfin_spi: uninline fat queue funcs

There's no need for these queue funcs to be inlined, so drop the
markings. This shaves off a few hundred duplicated bytes.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
/drivers/spi/spi-bfin5xx.c
ddc0bf13d63715c2bce0fe8818fba12b82823283 17-Jun-2011 Mike Frysinger <vapier@gentoo.org> spi/bfin_spi: constify pin array

This array isn't written anywhere, so constify it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
/drivers/spi/spi-bfin5xx.c
47885ce81c7498c015e6763303821ab6e8a6e2cc 17-Jun-2011 Mike Frysinger <vapier@gentoo.org> spi/bfin_spi: use structs for accessing hardware regs

Rather than hardcoding the register sizes/offsets in this file, use the
existing struct in the spi header for reading/writing the hardware.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
/drivers/spi/spi-bfin5xx.c
f8db4cc4f2b11bdded6c94f0d55906847474b982 17-Jun-2011 Grant Likely <grant.likely@secretlab.ca> Merge branch 'spi/merge' into spi/next
ca632f556697d45d67ed5cada7cedf3ddfe0db4b 06-Jun-2011 Grant Likely <grant.likely@secretlab.ca> spi: reorganize drivers

Sort the SPI makefile and enforce the naming convention spi_*.c for
spi drivers.

This change also rolls the contents of atmel_spi.h into the .c file
since there is only one user of that particular include file.

v2: - Use 'spi-' prefix instead of 'spi_' to match what seems to be
be the predominant pattern for subsystem prefixes.
- Clean up filenames in Kconfig and header comment blocks

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
/drivers/spi/spi-bfin5xx.c