| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: use specific last_cs instead of last_cs_enable | Yun Zhou | 2022-02-28 | 1 | -2/+3 |
* | spi: Retire legacy GPIO handling | Linus Walleij | 2022-02-14 | 1 | -12/+2 |
* | spi: make remove callback a void function | Mark Brown | 2022-02-09 | 1 | -1/+1 |
|\ |
|
| * | spi: make remove callback a void function | Uwe Kleine-König | 2022-02-09 | 1 | -1/+1 |
* | | spi: Enhance and export helpers for ACPI resources | Mark Brown | 2022-02-01 | 1 | -0/+20 |
|\ \ |
|
| * | | spi: Add API to count spi acpi resources | Stefan Binding | 2022-02-01 | 1 | -0/+1 |
| * | | spi: Support selection of the index of the ACPI Spi Resource before alloc | Stefan Binding | 2022-02-01 | 1 | -1/+2 |
| * | | spi: Create helper API to lookup ACPI info for spi device | Stefan Binding | 2022-02-01 | 1 | -0/+6 |
| * | | spi: Make spi_alloc_device and spi_add_device public again | Stefan Binding | 2022-02-01 | 1 | -0/+12 |
| |/ |
|
* | | spi: pxa2xx_spi: Convert to use GPIO descriptors | Linus Walleij | 2022-01-31 | 1 | -1/+0 |
* | | spi: s3c24xx: Convert to GPIO descriptors | Linus Walleij | 2022-01-24 | 1 | -5/+0 |
|/ |
|
* | spi: don't include ptp_clock_kernel.h in spi.h | Jakub Kicinski | 2022-01-07 | 1 | -1/+1 |
* | spi: pxa2xx: Get rid of unused enable_loopback member | Andy Shevchenko | 2021-11-29 | 1 | -1/+0 |
* | spi: pxa2xx: Get rid of unused ->cs_control() | Andy Shevchenko | 2021-11-29 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2021-11-12 | 1 | -15/+0 |
|\ |
|
| * | Input: ads7846 - remove custom filter handling functions from pdata | Daniel Mack | 2021-09-09 | 1 | -15/+0 |
* | | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-11-08 | 1 | -1/+1 |
|\ \ |
|
| * | | gpio: max730x: Make __max730x_remove() return void | Uwe Kleine-König | 2021-10-13 | 1 | -1/+1 |
* | | | Merge branch 'spi-5.15' into spi-5.16 | Mark Brown | 2021-10-14 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | spi: Fix deadlock when adding SPI controllers on SPI buses | Mark Brown | 2021-10-14 | 1 | -0/+3 |
| |/ / |
|
* | | | spi: Make several public functions private to spi.c | Uwe Kleine-König | 2021-10-07 | 1 | -53/+0 |
* | | | spi: Remove unused function spi_busnum_to_master() | Uwe Kleine-König | 2021-10-07 | 1 | -2/+0 |
|/ / |
|
* | | Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-09-07 | 1 | -1/+1 |
|\ \ |
|
| * | | gpio: max730x: Use the right include | Linus Walleij | 2021-08-23 | 1 | -1/+1 |
* | | | spi: modify set_cs_timing parameter | Mason Zhang | 2021-08-05 | 1 | -2/+1 |
* | | | spi: move cs spi_delay to spi_device | Mason Zhang | 2021-08-05 | 1 | -11/+9 |
* | | | spi: <linux/spi/spi.h>: add missing struct kernel-doc entry | Randy Dunlap | 2021-07-11 | 1 | -1/+2 |
|/ / |
|
* | | spi: core: add dma_map_dev for dma device | Vinod Koul | 2021-06-25 | 1 | -0/+1 |
* | | spi: add ancillary device support | Sebastian Reichel | 2021-06-22 | 1 | -0/+2 |
* | | spi: remove spi_set_cs_timing() | Greg Kroah-Hartman | 2021-06-09 | 1 | -5/+0 |
* | | Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice.... | Mark Brown | 2021-06-03 | 1 | -0/+16 |
|\ \ |
|
| * | | spi: spi-mem: add automatic poll status functions | Patrice Chotard | 2021-06-03 | 1 | -0/+16 |
* | | | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2021-06-01 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'v5.13-rc2' into spi-5.13 | Mark Brown | 2021-05-18 | 1 | -9/+0 |
| |\| |
|
| * | | spi: Switch to signed types for *_native_cs SPI controller fields | Andy Shevchenko | 2021-05-11 | 1 | -2/+2 |
* | | | spi: pxa2xx: Fix style of and typos in the comments and messages | Andy Shevchenko | 2021-05-18 | 1 | -3/+9 |
* | | | spi: pxa2xx: Unify ifdeffery used in the headers | Andy Shevchenko | 2021-05-10 | 1 | -3/+4 |
* | | | spi: pxa2xx: Replace header inclusions by forward declarations | Andy Shevchenko | 2021-05-10 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge tag 'mmc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2021-04-28 | 1 | -9/+0 |
|\ \
| |/
|/| |
|
| * | mmc: mmc_spi: Make of_mmc_spi.c resource provider agnostic | Andy Shevchenko | 2021-04-23 | 1 | -9/+0 |
* | | spi: altera: separate core code from platform code | Matthew Gerlach | 2021-04-20 | 1 | -0/+21 |
* | | Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2021-04-15 | 1 | -0/+3 |
|\ \ |
|
| * | | spi: Fix use-after-free with devm_spi_alloc_* | William A. Kennington III | 2021-04-08 | 1 | -0/+3 |
| |/ |
|
* | | spi: Remove repeated struct declaration | Wan Jiabing | 2021-04-01 | 1 | -1/+0 |
* | | Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h... | Mark Brown | 2021-03-16 | 1 | -4/+3 |
|\ \ |
|
| * | | spi: Remove support for dangling device properties | Heikki Krogerus | 2021-03-16 | 1 | -4/+0 |
| * | | spi: Add support for software nodes | Heikki Krogerus | 2021-03-16 | 1 | -1/+4 |
| |/ |
|
* / | spi: core: remove 'delay_usecs' field from spi_transfer | Alexandru Ardelean | 2021-03-12 | 1 | -12/+0 |
|/ |
|
* | Merge tag 'backlight-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-02-22 | 1 | -16/+0 |
|\ |
|
| * | backlight: lms283gf05: Convert to GPIO descriptors | Linus Walleij | 2021-01-20 | 1 | -16/+0 |