Age | Commit message (Expand) | Author |
2019-09-16 | spi: Add spi_write_then_read | Jagan Teki |
2019-09-16 | spi: Kconfig: Unmark DEPRECATED for MXS_SPI | Lukasz Majewski |
2019-09-16 | spi: soft_spi: Fix data abort if slave is not probed | Christophe Kerello |
2019-09-16 | spi: mvebu_a3700_spi: Fix clock prescale computation | Marek BehĂșn |
2019-08-09 | x86: ich-spi: Convert driver to spi-mem ops | Bernhard Messerklinger |
2019-07-27 | Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2019-07-27 | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi | Tom Rini |
2019-07-25 | spi: Drop obsolete mtk_qspi driver references | Weijie Gao |
2019-07-25 | spi: add spi-mem driver for MediaTek MT7629 SoC | Weijie Gao |
2019-07-22 | spi: stm32_qspi: Remove "st, stm32-qspi" compatible string | Patrice Chotard |
2019-07-19 | spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion) | Lukasz Majewski |
2019-07-18 | spi: Add SiFive SPI driver | Bhargav Shah |
2019-07-18 | drivers/spi: fsl_qspi: improve timeout calculation | Thomas Schaefer |
2019-07-18 | drivers/spi: fsl_qspi: fix read timeout | Thomas Schaefer |
2019-07-18 | spi: spi-mem: Fix read data size issue | Ye Li |
2019-07-14 | Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians... | Tom Rini |
2019-07-12 | spi: stm32: Fix warnings when compiling with W=1 | Patrick Delaunay |
2019-07-12 | spi: stm32_qspi: avoid warnings when building with W=1 option | Patrick Delaunay |
2019-07-11 | Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/... | Tom Rini |
2019-07-11 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell | Tom Rini |
2019-07-11 | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards | Pascal Linder |
2019-07-11 | km/spi: add weak functions to kirkwood_spi driver (DM part) | Pascal Linder |
2019-07-10 | spi: Avoid using malloc() in a critical function | Simon Glass |
2019-07-10 | sandbox: Correct spi flash operation | Simon Glass |
2019-07-10 | spi: Add SPI controller driver for UniPhier SoCs | Kunihiko Hayashi |
2019-07-09 | spi: Add Atmel QuadSPI driver | Tudor Ambarus |
2019-06-17 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2019-06-13 | spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED | Jagan Teki |
2019-06-13 | spi: Kconfig: Mark SOFT_SPI as DEPRECATED | Jagan Teki |
2019-06-13 | spi: Kconfig: Mark SH_SPI as DEPRECATED | Jagan Teki |
2019-06-13 | spi: Kconfig: Mark MXS_SPI has DEPRECATED | Jagan Teki |
2019-06-11 | Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot | Tom Rini |
2019-06-11 | Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx | Tom Rini |
2019-06-11 | spi: imx: work with cs greater 0 | Heiko Schocher |
2019-06-11 | spi: imx: remove doubled pointer from mxc_spi_probe | Heiko Schocher |
2019-06-10 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2019-06-10 | spi: mpc8xxx: Convert to DM | Jagan Teki |
2019-06-10 | spi: mpc8xxx: Use get_timer | Mario Six |
2019-06-10 | spi: mpc8xxx: Fix if check | Mario Six |
2019-06-10 | spi: mpc8xxx: Re-order transfer setup | Mario Six |
2019-06-10 | spi: mpc8xxx: Document LEN setting better | Mario Six |
2019-06-10 | spi: mpc8xxx: Rename variable | Mario Six |
2019-06-10 | spi: mpc8xxx: Make code more readable | Mario Six |
2019-06-10 | spi: mpc8xxx: Reduce scope of loop variables | Mario Six |
2019-06-10 | spi: mpc8xxx: Simplify logic a bit | Mario Six |
2019-06-10 | spi: mpc8xxx: Get rid of is_read | Mario Six |
2019-06-10 | spi: mpc8xxx: Simplify if | Mario Six |
2019-06-10 | spi: mpc8xxx: Use IO accessors | Mario Six |
2019-06-10 | spi: mpc8xxx: Replace defines with enums | Mario Six |
2019-06-10 | spi: mpc8xxx: Fix function names in strings | Mario Six |