index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
pxa2xx_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: reorganize drivers
Grant Likely
2011-06-06
1
-1816
/
+0
*
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-04-11
1
-1
/
+1
|
\
|
*
spi: Fix race condition in stop_queue()
Vasily Khoruzhick
2011-04-07
1
-1
/
+1
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
|
/
*
driver-core: remove conditionals around devicetree pointers
Grant Likely
2011-01-21
1
-2
/
+0
*
spi/pxa2xx: pass of_node to spi device and set a parent device
Sebastian Andrzej Siewior
2010-12-02
1
-0
/
+4
*
spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.
Sebastian Andrzej Siewior
2010-12-02
1
-17
/
+39
*
spi/pxa2xx: Add chipselect support for Sodaville
Sebastian Andrzej Siewior
2010-12-02
1
-25
/
+68
*
spi/pxa2xx: Consider CE4100's FIFO depth
Sebastian Andrzej Siewior
2010-12-01
1
-2
/
+0
*
spi/pxa2xx: Add CE4100 support
Sebastian Andrzej Siewior
2010-12-01
1
-1
/
+0
*
arm/pxa2xx: reorgazine SSP and SPI header files
Sebastian Andrzej Siewior
2010-12-01
1
-3
/
+1
*
spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbers
Sebastian Andrzej Siewior
2010-12-01
1
-4
/
+4
*
spi/pxa2xx: add support for shared IRQ handler
Sebastian Andrzej Siewior
2010-12-01
1
-1
/
+14
*
spi/pxa2xx: register driver properly
Sebastian Andrzej Siewior
2010-11-26
1
-3
/
+4
*
[ARM] pxa: add namespace on ssp
Haojian Zhuang
2010-05-11
1
-4
/
+4
*
[ARM] pxa: move ssp into common plat-pxa
Haojian Zhuang
2010-05-11
1
-1
/
+1
*
[ARM] pxa: merge regs-ssp.h into ssp.h
Eric Miao
2010-05-11
1
-1
/
+0
*
[ARM] pxa: correct SSCR0_SCR to support multiple SoCs
Eric Miao
2010-05-11
1
-7
/
+7
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
Merge branch 'origin' into for-linus
Russell King
2009-09-24
1
-1
/
+1
|
\
|
*
pxa2xx_spi: register earlier
Antonio Ospite
2009-09-23
1
-1
/
+1
*
|
[ARM] pxa: update pxa2xx-spi.c to use 'struct dev_pm_ops'
Mike Rapoport
2009-09-10
1
-14
/
+16
|
/
*
pxa2xx_spi: fix for SPI_CS_HIGH
Daniel Ribeiro
2009-06-18
1
-1
/
+1
*
spi: move more spi_setup() functionality into core
David Brownell
2009-06-18
1
-9
/
+3
*
spi: move common spi_setup() functionality into core
David Brownell
2009-06-18
1
-9
/
+2
*
pxa2xx_spi: prevent panic case setup() fails
Daniel Ribeiro
2009-05-12
1
-0
/
+3
*
spi: pxa2xx: limit reaches -1
Roel Kluin
2009-04-21
1
-3
/
+3
*
pxa2xx_spi: restore DRCMR on resume
Daniel Ribeiro
2009-04-21
1
-0
/
+7
*
[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c
Daniel Ribeiro
2009-04-13
1
-1
/
+1
*
pxa2xx_spi: set spi_master.dma_alignment = 8
Mike Rapoport
2009-04-07
1
-0
/
+2
*
spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases
Eric Miao
2009-04-07
1
-18
/
+78
*
Merge branch 'origin' into devel
Russell King
2009-03-28
1
-2
/
+2
|
\
|
*
spi: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-03-24
1
-2
/
+2
*
|
[ARM] pxa: move DMA registers definitions into <mach/dma.h>
Eric Miao
2009-03-09
1
-2
/
+0
|
/
*
drivers/spi: move a dereference below a NULL test
Julia Lawall
2009-01-06
1
-1
/
+2
*
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
Russell King
2008-11-29
1
-1
/
+1
*
pxa2xx_spi: bugfix full duplex dma data corruption
Ned Forrester
2008-11-19
1
-12
/
+12
*
pxa2xx_spi: fix chip_info defaults and documentation.
Vernon Sauder
2008-10-16
1
-19
/
+27
*
pxa2xx_spi: minor cleanup
Guennadi Liakhovetski
2008-10-16
1
-4
/
+4
*
pxa2xx_spi: fix build breakage
Mike Rapoport
2008-10-01
1
-2
/
+2
*
pxa2xx_spi: dma bugfixes
Ned Forrester
2008-09-13
1
-14
/
+43
*
pxa2xx_spi: chipselect bugfixes
Ned Forrester
2008-09-13
1
-11
/
+48
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-5
/
+5
*
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
2008-08-07
1
-1
/
+0
*
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2008-07-26
1
-2
/
+2
*
spi: pxa2xx_spi clock resume bugfix
Eric BENARD
2008-05-13
1
-1
/
+1
*
spi: pxa2xx_spi "sparse" fixes
David Brownell
2008-04-28
1
-24
/
+28
*
spi: fix platform driver hotplug/coldplug
Kay Sievers
2008-04-11
1
-1
/
+1
*
spi: pxa2xx_spi clock polarity fix
Ned Forrester
2008-02-23
1
-14
/
+27
[next]