Age | Commit message (Expand) | Author |
2019-02-21 | spi: spi-gpio: fix SPI_CS_HIGH capability | Russell King |
2018-11-07 | spi: gpio: Support 3WIRE high-impedance turn-around | Linus Walleij |
2018-10-21 | Merge branch 'spi-4.20' into spi-next | Mark Brown |
2018-09-10 | spi: gpio: No MISO does not imply no RX | Linus Walleij |
2018-09-06 | spi: spi-gpio: Remove set but not used variable 'pdata' | YueHaibing |
2018-09-04 | spi: gpio: Fix copy-and-paste error | Linus Walleij |
2018-08-01 | spi: spi-gpio: add SPI_3WIRE support | Lorenzo Bianconi |
2018-08-01 | spi: add flags parameter to txrx_word function pointers | Lorenzo Bianconi |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-02-14 | spi: spi-gpio: Rewrite to use GPIO descriptors | Linus Walleij |
2015-02-08 | Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi... | Mark Brown |
2015-01-05 | spi/gpio: fixed space coding style issue | Nizam Haider |
2014-12-22 | spi: Remove FSF mailing addresses | Jarkko Nikula |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-08 | spi: spi-gpio: Fix compiler warning when building for 64 bit systems | Torsten Fleischer |
2014-11-04 | spi: spi-gpio: Add dt support for a single device with no chip select | Torsten Fleischer |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang |
2014-05-07 | spi: spi-gpio: Make of_device_id array const | Jingoo Han |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown |
2014-03-30 | Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi... | Mark Brown |
2014-03-29 | spi: bitbang: Make spi_bitbang_stop() return void | Axel Lin |
2014-02-04 | spi: fix pointer-integer size mismatch warning | SeongJae Park |
2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-11-24 | spi: spi-gpio: Use 'cansleep' variants to access GPIO | Ezequiel Garcia |
2013-10-25 | Merge remote-tracking branch 'spi/topic/gpio' into spi-next | Mark Brown |
2013-10-16 | spi: gpio: Include linux/of.h header | Sachin Kamat |
2013-09-17 | spi: bitbang: Let spi_bitbang_start() take a reference to master | Axel Lin |
2013-08-29 | spi: use dev_get_platdata() | Jingoo Han |
2013-06-26 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown |
2013-05-29 | spi: convert drivers to use bits_per_word_mask | Stephen Warren |
2013-05-13 | spi: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-04-10 | spi-gpio: init CS before spi_bitbang_setup() | Josef Ahmad |
2013-01-26 | spi: spi-gpio: Add checks for the dt properties | Maxime Ripard |
2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely |
2012-09-07 | spi/gpio: Fix stub for spi_gpio_probe_dt() | Mark Brown |
2012-09-06 | spi: spi-gpio: Add DT bindings | Daniel Mack |
2012-09-06 | spi: spi-gpio: store chipselect information in private structure | Daniel Mack |
2012-07-10 | spi/gpio: start with CS non-active | Uwe Kleine-König |
2011-12-07 | spi/gpio: fix section mismatch warning | Manuel Lauss |
2011-10-31 | spi: Add module.h to implicit users in drivers/spi | Paul Gortmaker |
2011-10-25 | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely |
2011-06-06 | spi: reorganize drivers | Grant Likely |