index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
mpc52xx_psc_spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-24
spi/mpc52xx-psc-spi: move probe/remove to proper sections
Wolfram Sang
1
-20
/
+15
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-2
/
+2
2010-08-01
of/address: Clean up function declarations
Grant Likely
1
-0
/
+1
2010-07-30
of/spi: call of_register_spi_devices() from spi core code
Anatolij Gustschin
1
-8
/
+2
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-3
/
+1
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-5
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-20
spi: make Open Firmware device id constant
Márton Németh
1
-1
/
+1
2009-11-05
spi/mpc52xx: replace printk with dev_err
Wolfram Sang
1
-3
/
+2
2009-11-05
spi/mpc52xx-psc-spi: check for valid PSC
Wolfram Sang
1
-4
/
+8
2009-11-05
spi/mpc5200: Register SPI devices described in device tree
Grant Likely
1
-1
/
+7
2009-06-19
mpc52xx_psc_spi: convert to cs_control callback
Anton Vorontsov
1
-13
/
+9
2009-06-19
spi: move more spi_setup() functionality into core
David Brownell
1
-9
/
+3
2009-03-25
spi: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-12-02
spi: mpc52xx_psc_spi chipselect bugfix
Stefano Babic
1
-1
/
+4
2008-10-16
mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGE
Kumar Gala
1
-55
/
+0
2008-10-08
powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driver
Grant Likely
1
-3
/
+3
2008-07-29
mpc52xx_psc_spi: fix block transfer
Luotao Fu
1
-15
/
+7
2008-07-12
powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm
Stephen Rothwell
1
-1
/
+1
2008-05-15
mpc5200_psc_spi: typo fix in header block
Grant Likely
1
-1
/
+1
2008-04-11
spi: fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+3
2008-03-05
powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driver
Grant Likely
1
-3
/
+8
2008-01-27
[POWERPC] mpc52xx_psc_spi device driver must not touch port_config and cdm
Grant Likely
1
-75
/
+2
2008-01-27
[POWERPC] mpc5200: normalize compatible property bindings
Grant Likely
1
-2
/
+3
2008-01-18
[POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.
Grant Likely
1
-2
/
+7
2007-10-20
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-16
spi doesn't need class_device
Tony Jones
1
-1
/
+1
2007-07-17
SPI controller drivers: check for unsupported modes
David Brownell
1
-0
/
+9
2007-05-24
mpc52xx_psc_spi: fix it for CONFIG_PPC_MERGE
Domen Puncer
1
-14
/
+11
2007-05-11
MPC52xx PSC SPI master driver
Dragos Carp
1
-0
/
+654