summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-05-26spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko
2021-05-24spi: ath79: set number of chipselect linesDavid Bauer
2021-05-24spi: ath79: drop platform dataDavid Bauer
2021-05-21spi: pxa2xx: Fix inconsistent indentingJiapeng Chong
2021-05-20Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son...Mark Brown
2021-05-20spi: ppc4xx: add parenthesis for sizeofZhiqi Song
2021-05-20spi: omap-uwire: add parenthesis for sizeofZhiqi Song
2021-05-20spi: omap2-mcspi: add parenthesis for sizeofZhiqi Song
2021-05-20spi: mpc52xx-psc: add parenthesis for sizeofZhiqi Song
2021-05-20spi: mpc52xx: add parenthesis for sizeofZhiqi Song
2021-05-20spi: mpc512x-psc: add parenthesis for sizeofZhiqi Song
2021-05-20spi: lm70llp: add parenthesis for sizeofZhiqi Song
2021-05-20spi: fix some invalid char occurrencesMauro Carvalho Chehab
2021-05-18spi: pxa2xx: Use predefined mask when programming FIFO thresholdsAndy Shevchenko
2021-05-18spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko
2021-05-18spi: pxa2xx: Fix printf() specifiersAndy Shevchenko
2021-05-18spi: pxa2xx: Drop unneeded '!= 0' comparisonsAndy Shevchenko
2021-05-18spi: pxa2xx: Drop duplicate chip_select in struct chip_dataAndy Shevchenko
2021-05-18spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handlingAndy Shevchenko
2021-05-18spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handlingAndy Shevchenko
2021-05-18spi: pxa2xx: Propagate firmware node to the child SPI controller deviceAndy Shevchenko
2021-05-11spi: uniphier: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: ppc4xx: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: omap-uwire: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: oc-tiny: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: npcm-pspi: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: spidev: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shev...Mark Brown
2021-05-11spi: altera: Remove redundant dev_err call in dfl_spi_altera_probe()Zou Wei
2021-05-11spi: Convert to use predefined time multipliersAndy Shevchenko
2021-05-11spi: pxa2xx: Introduce special type for Merrifield SPIsAndy Shevchenko
2021-05-11spi: pxa2xx: Constify struct driver_data parameterAndy Shevchenko
2021-05-11spi: pxa2xx: Extract read_SSSR_bits() helperAndy Shevchenko
2021-05-11spi: pxa2xx: Extract clear_SSCR1_bits() helperAndy Shevchenko
2021-05-11spi: pxa2xx: Extract pxa2xx_spi_update() helperAndy Shevchenko
2021-05-11spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko
2021-05-11spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()Andy Shevchenko
2021-05-11spi: pxa2xx: Introduce int_stop_and_reset() helperAndy Shevchenko
2021-05-11Merge series "spi: Set of cleanups" from Jay Fang <f.fangjian@huawei.com>:Mark Brown
2021-05-11Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shev...Mark Brown
2021-05-10spi: tegra210-quad: Fix an error messageChristophe JAILLET
2021-05-10spi: tegra114: Fix an error messageChristophe JAILLET
2021-05-10spi: omap-100k: Fix the length judgment problemTian Tao
2021-05-10spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang
2021-05-10spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko
2021-05-10spi: pxa2xx: Utilize struct device from struct ssp_deviceAndy Shevchenko
2021-05-10spi: pxa2xx: Utilize MMIO and physical base from struct ssp_deviceAndy Shevchenko
2021-05-10spi: pxa2xx: Use one point of return when ->probe() failsAndy Shevchenko
2021-05-10spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang