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-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
Tomoya MORINAGA
2011-10-29
1
-6
/
+6
*
spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH
Tomoya MORINAGA
2011-10-29
2
-4
/
+7
*
spi/omap: Correct the error path
Shubhrajyoti D
2011-10-29
1
-12
/
+20
*
spi/omap: call pm_runtime_disable in error path and remove
Shubhrajyoti D
2011-10-29
1
-0
/
+2
*
spi/omap: Use a workqueue per omap2_mcspi controller
Shubhrajyoti D
2011-10-29
1
-8
/
+11
*
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-10-25
25
-318
/
+45
*
spi: irq: Remove IRQF_DISABLED
Yong Zhang
2011-10-24
5
-5
/
+5
*
OMAP: SPI: Fix the trying to free nonexistent resource error
Shubhrajyoti D
2011-10-24
1
-3
/
+4
*
Merge commit 'v3.1' into spi/next
Grant Likely
2011-10-24
3
-28
/
+72
|
\
|
*
spi-topcliff-pch: Fix overrun issue
Tomoya MORINAGA
2011-10-04
1
-5
/
+23
|
*
spi-topcliff-pch: Add recovery processing in case FIFO overrun error occurs
Tomoya MORINAGA
2011-10-04
1
-7
/
+24
|
*
spi-topcliff-pch: Fix CPU read complete condition issue
Tomoya MORINAGA
2011-10-04
1
-8
/
+11
|
*
spi-topcliff-pch: Fix SSN Control issue
Tomoya MORINAGA
2011-10-04
1
-7
/
+3
|
*
spi-topcliff-pch: add tx-memory clear after complete transmitting
Tomoya MORINAGA
2011-10-04
1
-0
/
+5
|
*
spi: Fix WARN when removing spi-fsl-spi module
Jeff Harris
2011-09-23
1
-0
/
+3
|
*
spi/imx: Fix spi-imx when the hardware SPI chipselects are used
Fabio Estevam
2011-09-15
1
-1
/
+3
*
|
spi/spi-ep93xx: add module.h include
Mika Westerberg
2011-10-16
1
-0
/
+1
*
|
spi/tegra: fix compilation error in spi-tegra.c
Marc Dietrich
2011-10-14
1
-0
/
+1
*
|
spi: spi-dw: fix all sparse warnings
H Hartley Sweeten
2011-09-21
3
-79
/
+89
*
|
spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true
Viresh Kumar
2011-09-21
1
-2
/
+6
*
|
spi/spi-pl022: calculate_effective_freq() must set rate <= requested rate
Viresh Kumar
2011-09-21
1
-51
/
+51
*
|
spi/spi-pl022: Don't allocate more sg than required.
Viresh Kumar
2011-09-21
1
-1
/
+1
*
|
spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet
Viresh Kumar
2011-09-21
1
-2
/
+2
*
|
spi/spi-pl022: Resolve formatting issues
Viresh Kumar
2011-09-20
1
-22
/
+8
|
/
*
spi/pl022: remove function cannot exit
Linus Walleij
2011-08-02
1
-8
/
+3
*
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-07-22
57
-1299
/
+1787
|
\
|
*
spi/imx: add device tree probe support
Shawn Guo
2011-07-14
1
-7
/
+31
|
*
spi/imx: copy gpio number passed by platform data into driver private data
Shawn Guo
2011-07-14
1
-5
/
+7
|
*
spi/imx: use soc name in spi device type naming scheme
Shawn Guo
2011-07-14
2
-111
/
+109
|
*
spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4
Shawn Guo
2011-07-14
2
-56
/
+19
|
*
spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro
Shawn Guo
2011-07-14
1
-53
/
+53
|
*
spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macro
Shawn Guo
2011-07-14
1
-31
/
+31
|
*
spi/imx: do not make copy of spi_imx_devtype_data
Shawn Guo
2011-07-14
1
-12
/
+12
|
*
spi/dw: Add spi number into spi irq desc
Liu, ShuoX
2011-07-08
2
-1
/
+4
|
*
spi/tegra: Use engineering names in DT compatible property
Stephen Warren
2011-07-05
1
-1
/
+1
|
*
spi/fsl_spi: fix CPM spi driver
Holger Brunck
2011-07-05
1
-17
/
+11
|
*
spi: remove obsolete spi-s3c24xx-gpio driver
Peter Korsgaard
2011-07-04
3
-211
/
+0
|
*
spi/bfin_spi: uninline fat queue funcs
Mike Frysinger
2011-06-17
1
-4
/
+4
|
*
spi/bfin_spi: constify pin array
Mike Frysinger
2011-06-17
1
-1
/
+1
|
*
spi/bfin_spi: use structs for accessing hardware regs
Mike Frysinger
2011-06-17
1
-124
/
+84
|
*
Merge branch 'spi/merge' into spi/next
Grant Likely
2011-06-17
2
-3
/
+5
|
|
\
|
*
|
spi/topcliff-pch: Support new device ML7223 IOH
Tomoya MORINAGA
2011-06-16
1
-1
/
+4
|
*
|
spi/pl022: strengthen FIFO watermark level checks
Linus Walleij
2011-06-16
1
-4
/
+44
|
*
|
spi/pl022: support runtime PM
Rabin Vincent
2011-06-16
1
-0
/
+6
|
*
|
spi/pl022: initialize burstsize from FIFO trigger level
Linus Walleij
2011-06-16
1
-2
/
+53
|
*
|
gpio/tegra: Move Tegra gpio driver to drivers/gpio
Grant Likely
2011-06-15
1
-0
/
+12
|
*
|
spi: Convert uses of struct resource * to resource_size(ptr)
Joe Perches
2011-06-10
5
-14
/
+14
|
*
|
Merge branch 'ep93xx-dma' into spi/next
Grant Likely
2011-06-09
1
-12
/
+291
|
|
\
\
|
|
*
|
spi/ep93xx: add DMA support
Mika Westerberg
2011-06-08
1
-12
/
+291
|
*
|
|
spi/topcliff_pch: DMA support
Tomoya MORINAGA
2011-06-08
1
-106
/
+488
[next]