| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally | Jarkko Nikula | 2015-09-17 | 1 | -5/+3 |
* | spi: mpc512x-psc: fix compiler warning about uninitialized variable | Uwe Kleine-König | 2015-07-21 | 1 | -2/+2 |
* | spi: mpc512x-psc: add support for Freescale MPC5125 | Uwe Kleine-König | 2015-07-17 | 1 | -23/+47 |
* | spi: constify of_device_id array | Fabian Frederick | 2015-03-17 | 1 | -1/+1 |
* | spi: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
*-. | Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/... | Mark Brown | 2014-04-10 | 1 | -1/+2 |
|\ \ |
|
| * | | spi: Always check complete callback before calling it | Axel Lin | 2014-04-03 | 1 | -1/+2 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 2014-03-30 | 1 | -15/+2 |
|\ \ \
| |_|/
|/| | |
|
| | * | spi: mpc512x-psc: Remove redundant code to get bus_num from DT | Axel Lin | 2014-02-18 | 1 | -14/+2 |
| |/
|/| |
|
| * | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-03 | 1 | -1/+0 |
|/ |
|
* | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 2014-01-29 | 1 | -8/+18 |
|\ |
|
| * | spi: mpc512x: adjust to OF based clock lookup | Gerhard Sittig | 2014-01-12 | 1 | -8/+18 |
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t... | Mark Brown | 2014-01-23 | 1 | -13/+5 |
|\ \ \
| | |/
| |/| |
|
| | * | spi: mpc512x: Use devm_*() functions | Jingoo Han | 2013-12-18 | 1 | -13/+5 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix... | Mark Brown | 2013-11-28 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| | * | spi: mpc512x: fix reference leak to master in mpc512x_psc_spi_do_remove() | Wei Yongjun | 2013-11-15 | 1 | -1/+1 |
| |/ |
|
* | | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -1/+1 |
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 | 1 | -1/+3 |
| |\ |
|
| * | | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-09 | 1 | -0/+1 |
* | | | Merge remote-tracking branch 'spi/topic/bfin' into spi-next | Mark Brown | 2013-10-25 | 1 | -3/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | spi: mpc512x: use devm_spi_register_master() | Jingoo Han | 2013-09-26 | 1 | -3/+1 |
| |/ |
|
* / | spi: mpc512x: fix error return code in mpc512x_psc_spi_do_probe() | Wei Yongjun | 2013-09-12 | 1 | -1/+3 |
|/ |
|
* | Merge remote-tracking branch 'spi/topic/pdata' into spi-next | Mark Brown | 2013-09-01 | 1 | -1/+1 |
|\ |
|
| * | spi: use dev_get_platdata() | Jingoo Han | 2013-08-29 | 1 | -1/+1 |
* | | spi: mpc512x: cleanup clock API use | Gerhard Sittig | 2013-08-22 | 1 | -18/+30 |
|/ |
|
* | spi: mpc512x: use the SPI subsystem's message queue | Gerhard Sittig | 2013-06-04 | 1 | -110/+73 |
* | spi: mpc512x: improve throughput in the RX/TX func | Gerhard Sittig | 2013-06-04 | 1 | -34/+107 |
* | spi: mpc512x: minor prep before feature change | Gerhard Sittig | 2013-06-04 | 1 | -24/+19 |
* | spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loop | Anatolij Gustschin | 2013-04-09 | 1 | -7/+3 |
* | spi: spi-mpc512x-psc: add support for gpio chip selects | Anatolij Gustschin | 2013-04-09 | 1 | -6/+25 |
* | spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts | Anatolij Gustschin | 2013-04-01 | 1 | -1/+1 |
* | spi/spi-mpc512x-psc: init mode bits supported by the driver | Anatolij Gustschin | 2013-02-05 | 1 | -0/+1 |
* | spi/mpc512x-psc: don't use obsolet cell-index property | Anatolij Gustschin | 2013-02-05 | 1 | -11/+5 |
* | spi: Remove HOTPLUG section attributes | Grant Likely | 2012-12-07 | 1 | -5/+5 |
* | spi/mpc512x-psc: Avoid access to freed memory in device remove function | Guenter Roeck | 2012-08-22 | 1 | -1/+2 |
* | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely | 2011-10-25 | 1 | -12/+1 |
* | spi: reorganize drivers | Grant Likely | 2011-06-06 | 1 | -0/+577 |