index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spi_sh_sci.c: use resource_size()
hartleys
2009-12-17
1
-1
/
+1
*
spi: spi_mpc8xxx.c: use resource_size()
hartleys
2009-12-17
1
-1
/
+1
*
spi: spi_bfin5xx.c: use resource_size()
hartleys
2009-12-17
1
-1
/
+1
*
spi: atmel_spi.c: use resource_size()
hartleys
2009-12-17
1
-1
/
+1
*
spi: Add s3c64xx SPI Controller driver
Jassi Brar
2009-12-17
3
-0
/
+1204
*
atmel_spi: fix dma addr calculation for len > BUFFER_SIZE
Ben Nizette
2009-12-17
1
-2
/
+2
*
spi_s3c24xx: add FIQ pseudo-DMA support
Ben Dooks
2009-12-17
5
-14
/
+390
*
spi: controller driver for Designware SPI core
Feng Tang
2009-12-17
4
-0
/
+1125
*
spidev: add proper section markers
Mike Frysinger
2009-12-17
1
-8
/
+8
*
spidev: use DECLARE_BITMAP instead of declaring the array
Thadeu Lima de Souza Cascardo
2009-12-17
1
-1
/
+1
*
spi: fix probe/remove section markings
Grant Likely
2009-12-13
1
-3
/
+3
*
Add OMAP spi100k driver
Cory Maccarrone
2009-12-13
3
-0
/
+642
*
spi-imx: don't access struct device directly but use dev_get_platdata
Uwe Kleine-König
2009-12-13
1
-1
/
+1
*
spi-imx: Add mx25 support
Sascha Hauer
2009-12-13
1
-4
/
+4
*
spi-imx: use positive logic to distinguish cpu variants
Uwe Kleine-König
2009-12-13
1
-1
/
+1
*
spi-imx: correct check for platform_get_irq failing
Uwe Kleine-König
2009-12-13
1
-1
/
+1
*
ARM: NUC900: Add spi driver support for nuc900
Wan ZongShun
2009-12-13
3
-0
/
+512
*
spi: SuperH MSIOF SPI Master driver V2
Magnus Damm
2009-12-13
3
-0
/
+699
*
spi: fix spidev compilation failure when VERBOSE is defined
Florian Fainelli
2009-12-08
1
-3
/
+3
*
spi/au1550_spi: fix setupxfer not to override cfg with zeros
Jan Nikitenko
2009-12-08
1
-2
/
+8
*
spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_remove
Uwe Kleine-König
2009-12-08
1
-1
/
+1
*
spi/i.MX: fix broken error handling for gpio_request
John Ogness
2009-12-08
1
-4
/
+5
*
spi/i.mx: drain MXC SPI transfer buffer when probing device
Daniel Mack
2009-12-08
1
-0
/
+8
*
spi/xilinx_spi: fix incorrect casting
Grant Likely
2009-12-08
1
-2
/
+2
*
spi/mpc52xx-spi: minor cleanups
Wolfram Sang
2009-12-08
1
-15
/
+11
*
xilinx_spi: add a platform driver using the xilinx_spi common module.
Richard Röjfors
2009-12-08
3
-0
/
+110
*
xilinx_spi: add support for the DS570 IP.
Richard Röjfors
2009-12-08
3
-32
/
+91
*
xilinx_spi: Switch to iomem functions and support little endian.
Richard Röjfors
2009-12-08
2
-43
/
+55
*
xilinx_spi: Split into of driver and generic part.
Richard Röjfors
2009-12-08
5
-121
/
+213
*
mpc52xx_spi: add gpio chipselect
Luotao Fu
2009-12-08
1
-4
/
+60
*
mpc52xx_spi: add missing mode_bits definition
Luotao Fu
2009-12-08
1
-0
/
+2
*
mpc52xx_spi: fix clearing status register
Luotao Fu
2009-12-08
1
-1
/
+5
*
spi/mpc52xx: replace printk with dev_err
Wolfram Sang
2009-11-04
1
-3
/
+2
*
Xilinx: SPI: Fix bits_per_word for transfers
John Linn
2009-11-04
1
-1
/
+2
*
spi/mpc52xx-psc-spi: check for valid PSC
Wolfram Sang
2009-11-04
1
-4
/
+8
*
powerpc/5200: Add mpc5200-spi (non-PSC) device driver
Grant Likely
2009-11-04
3
-0
/
+529
*
spi/mpc5200: Register SPI devices described in device tree
Grant Likely
2009-11-04
1
-1
/
+7
*
ARM: 5741/1: pl022: fix peripheral id for ST vendor
Srinidhi Kasagar
2009-10-05
1
-1
/
+1
*
spi-imx: strip down chipselect function to only drive the chipselect
Uwe Kleine-König
2009-10-01
1
-33
/
+17
*
spi-imx: initialize complete config struct
Uwe Kleine-König
2009-10-01
1
-0
/
+1
*
spi-imx: no need to assert bits_per_word being initialized
Uwe Kleine-König
2009-10-01
1
-3
/
+0
*
spi-imx: setup mode_bits we can handle
Sascha Hauer
2009-10-01
1
-0
/
+1
*
spi-imx: fix initial chipselect settings
Sascha Hauer
2009-10-01
1
-1
/
+6
*
spi-imx: update state correctly
Sascha Hauer
2009-10-01
1
-0
/
+7
*
spi-imx: rename source file to spi_imx.c
Uwe Kleine-König
2009-10-01
2
-169
/
+169
*
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
1
-1
/
+1
*
Merge branch 'origin' into for-linus
Russell King
2009-09-24
13
-1893
/
+2340
|
\
|
*
spi: handle TX-only/RX-only
David Brownell
2009-09-23
1
-0
/
+59
|
*
spi: McSPI support for OMAP4
Syed Rafiuddin
2009-09-23
1
-4
/
+6
|
*
spi: McSPI saves CHCONFx too
Tero Kristo
2009-09-23
1
-0
/
+16
[next]