1. 85c1912 spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally by Jarkko Nikula · 9 years ago
  2. 1f2112a spi: mpc512x-psc: fix compiler warning about uninitialized variable by Uwe Kleine-König · 9 years ago
  3. 8bf9609 spi: mpc512x-psc: add support for Freescale MPC5125 by Uwe Kleine-König · 9 years ago
  4. 0935540 spi: constify of_device_id array by Fabian Frederick · 9 years ago
  5. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 6eadd84 Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linus by Mark Brown · 10 years ago
  7. 0a6d387 spi: Always check complete callback before calling it by Axel Lin · 10 years ago
  8. 6e07b91 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 10 years ago
  9. 3d8c869 spi: mpc512x-psc: Remove redundant code to get bus_num from DT by Axel Lin · 10 years ago
  10. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  11. e9a3711 Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 10 years ago
  12. 907e26b Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/hspi', 'spi/topic/mpc512x', 'spi/topic/msiof', 'spi/topic/nuc900', 'spi/topic/oc-tiny', 'spi/topic/omap', 'spi/topic/orion' and 'spi/topic/pci' into spi-linus by Mark Brown · 10 years ago
  13. dff148a spi: mpc512x: adjust to OF based clock lookup by Gerhard Sittig · 10 years ago
  14. e1d0cd4 spi: mpc512x: Use devm_*() functions by Jingoo Han · 10 years ago
  15. c18158f Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix/mpc512x-psc', 'spi/fix/mxs', 'spi/fix/pxa2xx', 'spi/fix/qspi', 'spi/fix/rspi' and 'spi/fix/txx9' into spi-linus by Mark Brown · 10 years ago
  16. a4469a4 spi: mpc512x: fix reference leak to master in mpc512x_psc_spi_do_remove() by Wei Yongjun · 11 years ago
  17. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  18. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  19. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  20. 52d85eb Merge remote-tracking branch 'spi/topic/bfin' into spi-next by Mark Brown · 11 years ago
  21. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  22. eaa2429 spi: mpc512x: use devm_spi_register_master() by Jingoo Han · 11 years ago
  23. eadf69c spi: mpc512x: fix error return code in mpc512x_psc_spi_do_probe() by Wei Yongjun · 11 years ago
  24. 68aa4cb Merge remote-tracking branch 'spi/topic/pdata' into spi-next by Mark Brown · 11 years ago
  25. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  26. a81a509 spi: mpc512x: cleanup clock API use by Gerhard Sittig · 11 years ago
  27. 8508589 spi: mpc512x: use the SPI subsystem's message queue by Gerhard Sittig · 11 years ago
  28. 5df24ea spi: mpc512x: improve throughput in the RX/TX func by Gerhard Sittig · 11 years ago
  29. c36e93a spi: mpc512x: minor prep before feature change by Gerhard Sittig · 11 years ago
  30. c3e2aa8 spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loop by Anatolij Gustschin · 11 years ago
  31. 86e9874 spi: spi-mpc512x-psc: add support for gpio chip selects by Anatolij Gustschin · 11 years ago
  32. 1ad849a spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts by Anatolij Gustschin · 11 years ago
  33. c88dd34 spi/spi-mpc512x-psc: init mode bits supported by the driver by Anatolij Gustschin · 11 years ago
  34. 9d15a3b spi/mpc512x-psc: don't use obsolet cell-index property by Anatolij Gustschin · 11 years ago
  35. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  36. 2187921 spi/mpc512x-psc: Avoid access to freed memory in device remove function by Guenter Roeck · 12 years ago
  37. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  38. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed from drivers/spi/mpc512x_psc_spi.c]
  39. 18d306d dt/spi: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  40. b171aa2 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  41. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  42. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  43. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  44. cf40f08 spi/mpc5121: change annotations for probe and remove functions by Anatolij Gustschin · 14 years ago
  45. ef7f2e8 of/spi: mpc512x_psc_spi.c: Fix build failures by Anatolij Gustschin · 14 years ago
  46. 6e27388f1b spi/mpc5121: Add SPI master driver for MPC5121 PSC by Anatolij Gustschin · 14 years ago