summaryrefslogtreecommitdiff
path: root/include/linux/spi
AgeCommit message (Expand)Author
2021-02-22Merge tag 'backlight-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-22Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2021-02-11spi: spi-mem: add spi_mem_dtr_supports_op()Pratyush Yadav
2021-02-08spi: Change provied to provided in the file spi.hBhaskar Chowdhury
2021-01-26serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko
2021-01-20backlight: lms283gf05: Convert to GPIO descriptorsLinus Walleij
2021-01-06spi: spi-mem: Mark dummy transfers by setting dummy_data bitSowjanya Komatineni
2020-12-28spi: Add SPI_NO_TX/RX supportDragos Bogdan
2020-12-28spi: uapi: unify SPI modes into a single spi.h headerAlexandru Ardelean
2020-11-27Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2020-11-12spi: Introduce device-managed SPI controller allocationLukas Wunner
2020-11-11spi: introduce SPI_MODE_X_MASK macroOleksij Rempel
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-08-28eeprom: at25: allow page sizes greater than 16 bitChristian Eggers
2020-08-20ARM: s3c24xx: spi: avoid hardcoding fiq number in driverArnd Bergmann
2020-08-19ARM: s3c24xx: move spi fiq handler into platformArnd Bergmann
2020-07-27spi: correct kernel-doc inconsistencyColton Lewis
2020-07-17spi: fix duplicated word in <linux/spi/spi.h>Randy Dunlap
2020-07-14Merge series "mtd: spi-nor: add xSPI Octal DTR support" from Pratyush Yadav <...Mark Brown
2020-07-14spi: spi-mem: allow specifying a command's extensionPratyush Yadav
2020-07-14spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav
2020-07-09spi: use kthread_create_worker() helperMarek Szyprowski
2020-07-01spi: Avoid setting the chip select if we don't need toDouglas Anderson
2020-06-23spi: introduce fallback to pioRobin Gong
2020-06-15spi: altera: add platform data for slave information.Xu Yilun
2020-06-15spi: altera: add SPI core parameters support via platform data.Xu Yilun
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-06-04Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-04-29backlight: l4f00242t03: Convert to GPIO descriptorsLinus Walleij
2020-04-20docs: spi: spi.h: fix a doc building warningMauro Carvalho Chehab
2020-04-16pinctrl: mcp23s08: Get rid of legacy platform dataAndy Shevchenko
2020-04-07Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-03-25backlight: corgi: Convert to use GPIO descriptorsLinus Walleij
2020-03-12tty: serial: ifx6x60: Convert to GPIO descriptorsLinus Walleij
2020-03-10spi: update the structure documentationQiujun Huang
2020-03-05spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean
2019-12-27spi: oc-tiny: Use GPIO descriptorsLinus Walleij
2019-10-23spi: document CS setup, hold & inactive times in headerAlexandru Ardelean
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean
2019-10-15spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean