Age | Commit message (Expand) | Author | Files | Lines |
2023-09-11 | spi: mpc512x-psc: switch to use modern name |  Yang Yingliang | 1 | -27/+27 |
2023-08-03 | spi: mpc5xxx-psc: Fix unsigned expression compared with zero |  Li Zetao | 1 | -1/+1 |
2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function call |  Amit Kumar Mahapatra via Alsa-devel | 1 | -4/+4 |
2023-03-10 | spi: mpc5xxx-psc: Remove goto to the unexisted label |  Andy Shevchenko | 1 | -6/+2 |
2023-03-07 | spi: mpc5xxx-psc: Propagate firmware node |  Andy Shevchenko | 1 | -1/+3 |
2023-03-07 | spi: mpc5xxx-psc: use devm_clk_get_enabled() for core clock |  Andy Shevchenko | 1 | -35/+4 |
2023-03-07 | spi: mpc5xxx-psc: Return immediately if IRQ resource is unavailable |  Andy Shevchenko | 1 | -0/+3 |
2023-03-07 | spi: mpc5xxx-psc: Correct error check for devm_platform_get_and_ioremap_resource() |  Andy Shevchenko | 1 | -2/+2 |
2023-03-05 | spi: mpc5xxx-psc: Use platform resources instead of parsing DT properties |  Rob Herring | 1 | -31/+9 |
2023-03-05 | spi: mpc5xxx-psc: Convert probe to use devres functions |  Rob Herring | 1 | -14/+8 |
2023-03-05 | spi: mpc5xxx-psc: Remove unused platform_data |  Rob Herring | 1 | -24/+4 |
2022-02-02 | spi: mpc512x-psc: Fix compile errors |  Linus Walleij | 1 | -2/+1 |
2022-01-31 | spi: mpc512x-psc: Convert to use GPIO descriptors |  Linus Walleij | 1 | -28/+18 |
2021-05-20 | spi: mpc512x-psc: add parenthesis for sizeof |  Zhiqi Song | 1 | -2/+2 |
2019-10-15 | spi: use new `spi_transfer_delay_exec` helper where straightforward |  Alexandru Ardelean | 1 | -2/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 |  Thomas Gleixner | 1 | -5/+1 |
2015-09-17 | spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally |  Jarkko Nikula | 1 | -5/+3 |
2015-07-21 | spi: mpc512x-psc: fix compiler warning about uninitialized variable |  Uwe Kleine-König | 1 | -2/+2 |
2015-07-17 | spi: mpc512x-psc: add support for Freescale MPC5125 |  Uwe Kleine-König | 1 | -23/+47 |
2015-03-17 | spi: constify of_device_id array |  Fabian Frederick | 1 | -1/+1 |
2014-10-20 | spi: drop owner assignment from platform_drivers |  Wolfram Sang | 1 | -1/+0 |
2014-04-10 | Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linus |  Mark Brown | 1 | -1/+2 |
2014-04-03 | spi: Always check complete callback before calling it |  Axel Lin | 1 | -1/+2 |
2014-03-30 | 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 |  Mark Brown | 1 | -15/+2 |
2014-02-18 | spi: mpc512x-psc: Remove redundant code to get bus_num from DT |  Axel Lin | 1 | -14/+2 |
2014-02-03 | spi: delete non-required instances of include <linux/init.h> |  Paul Gortmaker | 1 | -1/+0 |
2014-01-29 | Merge remote-tracking branch 'agust/next' into next |  Benjamin Herrenschmidt | 1 | -8/+18 |
2014-01-23 | 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 |  Mark Brown | 1 | -13/+5 |
2014-01-12 | spi: mpc512x: adjust to OF based clock lookup |  Gerhard Sittig | 1 | -8/+18 |
2013-12-18 | spi: mpc512x: Use devm_*() functions |  Jingoo Han | 1 | -13/+5 |
2013-11-28 | 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 |  Mark Brown | 1 | -1/+1 |
2013-11-15 | spi: mpc512x: fix reference leak to master in mpc512x_psc_spi_do_remove() |  Wei Yongjun | 1 | -1/+1 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION |  Wolfram Sang | 1 | -1/+1 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux |  Linus Torvalds | 1 | -0/+1 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next |  Rob Herring | 1 | -1/+3 |
2013-10-25 | Merge remote-tracking branch 'spi/topic/bfin' into spi-next |  Mark Brown | 1 | -3/+1 |
2013-10-09 | drivers: clean-up prom.h implicit includes |  Rob Herring | 1 | -0/+1 |
2013-09-26 | spi: mpc512x: use devm_spi_register_master() |  Jingoo Han | 1 | -3/+1 |
2013-09-12 | spi: mpc512x: fix error return code in mpc512x_psc_spi_do_probe() |  Wei Yongjun | 1 | -1/+3 |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pdata' into spi-next |  Mark Brown | 1 | -1/+1 |
2013-08-29 | spi: use dev_get_platdata() |  Jingoo Han | 1 | -1/+1 |
2013-08-22 | spi: mpc512x: cleanup clock API use |  Gerhard Sittig | 1 | -18/+30 |
2013-06-04 | spi: mpc512x: use the SPI subsystem's message queue |  Gerhard Sittig | 1 | -110/+73 |
2013-06-04 | spi: mpc512x: improve throughput in the RX/TX func |  Gerhard Sittig | 1 | -34/+107 |
2013-06-04 | spi: mpc512x: minor prep before feature change |  Gerhard Sittig | 1 | -24/+19 |
2013-04-09 | spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loop |  Anatolij Gustschin | 1 | -7/+3 |
2013-04-09 | spi: spi-mpc512x-psc: add support for gpio chip selects |  Anatolij Gustschin | 1 | -6/+25 |
2013-04-01 | spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts |  Anatolij Gustschin | 1 | -1/+1 |
2013-02-05 | spi/spi-mpc512x-psc: init mode bits supported by the driver |  Anatolij Gustschin | 1 | -0/+1 |
2013-02-05 | spi/mpc512x-psc: don't use obsolet cell-index property |  Anatolij Gustschin | 1 | -11/+5 |