aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08spi: bitbang: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2023-08-14spi: gpio: switch to use modern nameYang Yingliang1-36/+36
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-1/+1
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko1-4/+4
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-2/+2
2022-12-08spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen1-3/+13
2022-02-22spi: gpio: Implement LSB First bitbang supportAndreas Färber1-9/+33
2020-12-07spi: gpio: Don't leak SPI master in probe error pathLukas Wunner1-13/+2
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+3
2019-10-07spi: gpio: Look for a device node instead of matchStephen Boyd1-4/+1
2019-10-01spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost1-1/+3
2019-09-09spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()Markus Elfring1-4/+1
2019-07-17spi: gpio: Add SPI_MASTER_GPIO_SS flagLinus Walleij1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-08spi: gpio: Use devm_spi_register_master()Andrey Smirnov1-15/+4
2019-04-08spi: gpio: Make sure spi_master_put() is called in every error pathAndrey Smirnov1-7/+10
2019-04-05spi: gpio: Drop unused pdev field in struct spi_gpioAndrey Smirnov1-3/+0
2019-04-05spi: gpio: Drop mflags argument from spi_gpio_request()Andrey Smirnov1-15/+13
2019-04-05spi: gpio: Don't request CS GPIO in DT use-caseAndrey Smirnov1-75/+59
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown1-1/+0
2019-04-04spi: spi-gpio: Remove spi->controller_data commentGeert Uytterhoeven1-1/+0
2019-04-03spi: gpio: Drop unused pdata copy in struct spi_gpioAndrey Smirnov1-3/+0
2019-04-03spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()Andrey Smirnov1-6/+6
2019-04-03spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()Andrey Smirnov1-13/+14
2019-04-03spi: gpio: Add local struct device pointer in spi_gpio_probe()Andrey Smirnov1-5/+6
2019-04-03spi: gpio: Drop unused spi_to_pdata()Andrey Smirnov1-6/+0
2019-02-21spi: spi-gpio: fix SPI_CS_HIGH capabilityRussell King1-2/+2
2019-02-12spi: gpio: Advertise support for SPI_CS_HIGHJonathan Neuschäfer1-1/+2
2018-11-07spi: gpio: Support 3WIRE high-impedance turn-aroundLinus Walleij1-3/+21
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown1-6/+6
2018-09-10spi: gpio: No MISO does not imply no RXLinus Walleij1-4/+6
2018-09-06spi: spi-gpio: Remove set but not used variable 'pdata'YueHaibing1-2/+0
2018-09-04spi: gpio: Fix copy-and-paste errorLinus Walleij1-2/+2
2018-08-01spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi1-1/+16
2018-08-01spi: add flags parameter to txrx_word function pointersLorenzo Bianconi1-16/+16
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+3
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij1-178/+92
2015-02-08Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi...Mark Brown1-6/+2
2015-01-05spi/gpio: fixed space coding style issueNizam Haider1-2/+2
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-08spi: spi-gpio: Fix compiler warning when building for 64 bit systemsTorsten Fleischer1-9/+15
2014-11-04spi: spi-gpio: Add dt support for a single device with no chip selectTorsten Fleischer1-6/+15
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-07spi: spi-gpio: Make of_device_id array constJingoo Han1-1/+1
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown1-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown1-1/+1
2014-03-29spi: bitbang: Make spi_bitbang_stop() return voidAxel Lin1-3/+2
2014-02-04spi: fix pointer-integer size mismatch warningSeongJae Park1-1/+1
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-24spi: spi-gpio: Use 'cansleep' variants to access GPIOEzequiel Garcia1-4/+4
2013-10-25Merge remote-tracking branch 'spi/topic/gpio' into spi-nextMark Brown1-0/+1
2013-10-16spi: gpio: Include linux/of.h headerSachin Kamat1-0/+1
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-3/+2
2013-08-29spi: use dev_get_platdata()Jingoo Han1-2/+2
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+0
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-3/+1
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-10spi-gpio: init CS before spi_bitbang_setup()Josef Ahmad1-1/+1
2013-01-26spi: spi-gpio: Add checks for the dt propertiesMaxime Ripard1-3/+20
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-7/+6
2012-09-07spi/gpio: Fix stub for spi_gpio_probe_dt()Mark Brown1-1/+1
2012-09-06spi: spi-gpio: Add DT bindingsDaniel Mack1-3/+96
2012-09-06spi: spi-gpio: store chipselect information in private structureDaniel Mack1-10/+24
2012-07-10spi/gpio: start with CS non-activeUwe Kleine-König1-1/+2
2011-12-07spi/gpio: fix section mismatch warningManuel Lauss1-2/+2
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker1-0/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-16/+5
2011-06-06spi: reorganize driversGrant Likely1-0/+429