Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
48ec7a946815e984f20b9478edfe46d4b08484c7
/
drivers
/
spi
c9aab0f
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
2bcdf84
spi: davinci: add support for multiple bus and chip select
by Karicheri, Muralidharan
· 11 years ago
b545a98
spi: ti_qspi: Add delay for successful bulk erase.
by Poddar, Sourav
· 11 years ago
70ad375
ARM: tegra: Tegra20 pinmux cleanup
by Stephen Warren
· 11 years ago
ab6423c
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
6e16d90
sandbox: Add implementation of spi_setup_slave_fdt()
by Simon Glass
· 11 years ago
7dfc4db
spi: atmel_dataflash: Simplify AT91F_SpiEnable implementation
by Axel Lin
· 11 years ago
ce6889a
drivers/spi/omap3: Bug fix of premature write transfer completion
by Vasili Galka
· 11 years ago
4c89a36
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 11 years ago
d6a320d
blackfin: add spi and i2c specific get clock functions
by Sonic Zhang
· 11 years ago
bb7cd0d
spi: ti_qspi: Add delay before xfer for am43xx
by Sourav Poddar
· 11 years ago
570533b
spi: ti_qspi: Add AM43xx specifics changes
by Sourav Poddar
· 11 years ago
5d584cc
spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3
by Markus Niebel
· 11 years ago
999c39a
spi: xilinx: Move timeout calculation out of the loop
by Michal Simek
· 11 years ago
4913fc2
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
22e75d6
spi: sh_qspi: Add header file that defines the address of registers
by Nobuhiro Iwamatsu
· 11 years ago
12f00ca
spi: sh_spi: Use sh_spi_clear_bit() instead of open-coded
by Axel Lin
· 11 years ago
66cb9eb
spi: Add Faraday SPI controller support
by Kuo-Jung Su
· 11 years ago
60acde4
spi: tegra: clear RDY bit prior to every transfer
by Yen Lin
· 11 years ago
16f47c9
spi: Add support SH Quad SPI driver
by Nobuhiro Iwamatsu
· 11 years ago
65b7fe2
Merge branch 'spi' of git://git.denx.de/u-boot-x86
by Tom Rini
· 11 years ago
6122813
sandbox: spi: Add SPI emulation bus
by Mike Frysinger
· 11 years ago
0efc024
spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node
by Simon Glass
· 11 years ago
9bac8f7
spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]
by Axel Lin
· 11 years ago
727cbe1
spi: bfin_spi: Remove unnecessary test for bus and pins[bus]
by Axel Lin
· 11 years ago
5753d09
spi: omap3: add support for more word lengths
by Nikita Kiryanov
· 11 years ago
54a759c
spi: omap3: remove semicolon from #define
by Nikita Kiryanov
· 11 years ago
710f1d3
drivers: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
6d5ce1b
spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers
by Timo Herbrecher
· 11 years ago
e7b1e45
spi: Add GPL-2.0+ SPDX-License-Identifier for missing files
by Jagannadha Sutradharudu Teki
· 11 years ago
93e1459
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
c4a7963
spi: exynos: Support word transfers
by Rajeshwari Shinde
· 11 years ago
120af15
spi: exynos: Minimise access to SPI FIFO level
by Rajeshwari Shinde
· 11 years ago
8d203af
spi: exynos: Support a delay after deactivate
by Rajeshwari Shinde
· 11 years ago
1d0933e
spi: add TI QSPI driver
by Matt Porter
· 11 years ago
a928a36
spi: mxs_spi: Configure chipselect after block reset
by Marek Vasut
· 11 years ago
997399f
powerpc: Fix CamelCase checkpatch warnings
by Prabhakar Kushwaha
· 11 years ago
1465d05
spi: Add zynq spi controller driver
by Jagannadha Sutradharudu Teki
· 11 years ago
583fe6c
spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded
by Axel Lin
· 11 years ago
a444aa7
spi: fsl_espi: Use DIV_ROUND_UP instead of open-coded
by Axel Lin
· 11 years ago
327b5c9
spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded
by Axel Lin
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
fbbbc86
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
e6c7f86
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
9a30903
spi: mxc_spi: Update pre and post divider algorithm
by Dirk Behme
· 11 years ago
8d4c4ff
spi: mxc_spi: Fix pre and post divider calculation
by Dirk Behme
· 11 years ago
f3424c5
cros: exynos: add SPI support for cros_ec
by Hung-ying Tyan
· 11 years ago
9675fed
spi: mxc_spi: Use DIV_ROUND_UP at appropriate places
by Axel Lin
· 11 years ago
0cb8394
spi: cf_qspi: Use DIV_ROUND_UP at appropriate place
by Axel Lin
· 11 years ago
f0df254
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 11 years ago
ba1d1c2
spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave
by Axel Lin
· 11 years ago
d6f64d4
spi: tegra114_spi: Convert to use spi_alloc_slave()
by Axel Lin
· 11 years ago
0368292
spi: armada100_spi: Remove unnecessary NULL test for dout and din
by Axel Lin
· 11 years ago
e4eaef8
spi: exynos: Support SPI_PREAMBLE mode
by Rajeshwari Shinde
· 11 years ago
a19b0dd
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
d4d4f90
bfin: discard invalid data and clear RXS in bf5xx spi driver
by Scott Jiang
· 13 years ago
e76276d
bfin: Remove spi dma function in bf5xx.
by Scott Jiang
· 13 years ago
e0d2d3b
spi: atmel_spi: using ip version to check whether has wdrbt
by Bo Shen
· 12 years ago
0499218
imx: Move some header files from arch-mxs to imx-common
by Stefan Roese
· 12 years ago
8dc16cf
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
0f1411b
spi: mxc_spi: Set master mode for all channels
by Fabio Estevam
· 12 years ago
1812201
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
fed029f
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
be08abc
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
d36b39b
spi: mxc_spi: Fix ECSPI reset handling
by Dirk Behme
· 12 years ago
472d546
Consolidate bool type
by York Sun
· 12 years ago
7d17958
spi: exynos: Fix compiler warnings for non-dt systems
by Vivek Gautam
· 12 years ago
009d75c
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
77c42e8
tegra114: add SPI driver
by Allen Martin
· 12 years ago
78f47b7
spi: add common fdt SPI driver interface
by Allen Martin
· 12 years ago
6b3a03e
tegra20: spi: move fdt probe to spi_init
by Allen Martin
· 12 years ago
7a49ba6
tegra: spi: pull register structs out of headers
by Allen Martin
· 12 years ago
2a3c5bc
tegra: spi: remove non fdt support
by Allen Martin
· 12 years ago
ff1da6f
tegra: spi: rename tegra SPI drivers
by Allen Martin
· 12 years ago
9000652
tegra: remove support for UART SPI switch
by Allen Martin
· 12 years ago
5e6fb69
x86: spi: Set maximum write size for ICH
by Simon Glass
· 12 years ago
1853030
x86: spi: Add Intel ICH driver
by Simon Glass
· 12 years ago
d3504fe
spi: Use spi_alloc_slave() in each SPI driver
by Simon Glass
· 12 years ago
ba6c3ce
spi: Add function to allocate a new SPI slave
by Simon Glass
· 12 years ago
6579d15
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
d3f26a2
mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE
by Marek Vasut
· 12 years ago
c96e78c
mxs: spi: Fix the MXS SPI for mx23
by Marek Vasut
· 12 years ago
3430e0b
mxs: mmc: spi: dma: Better wrap the MXS differences
by Marek Vasut
· 12 years ago
4a207e8
blackfin: add bf6xx spi driver
by Scott Jiang
· 13 years ago
951c6ba
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
b19f574
tegra: add SPI SLINK driver
by Allen Martin
· 12 years ago
8f1b46b
tegra: spi: add fdt support to tegra SPI SFLASH driver
by Allen Martin
· 12 years ago
85e9c65
spi: xilinx_spi: Perform software reset during slave setup
by Jason Wu
· 12 years ago
bf48fcb
mxs: clock: Use 'mxs' prefix for methods
by Otavio Salvador
· 12 years ago
14e26bc
mxs: ssp: Pull out the SSP bus to regs conversion
by Marek Vasut
· 12 years ago
1199c37
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
612404c
Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
9d86f0c
kirkwood: make MPP arrays static const
by Albert ARIBAUD
· 12 years ago
4d3acb9
SPI: EXYNOS: Add FDT support to driver.
by Rajeshwari Shinde
· 12 years ago
cc1182b
OMAP3 SPI : Fixed bugs related to SPI transfer
by ajoy
· 12 years ago
ac81e1c
spi: atmel: sam9m10g45 also support WDRBT bit
by Bo Shen
· 12 years ago
b8a7c46
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
3cea335
spi: mxc_spi: Fix spi clock glitch durant reset
by Fabio Estevam
· 12 years ago
de5bf02
spi: mxc_spi: Fix handling of chip select
by Fabio Estevam
· 12 years ago
Next »