index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: nxp_fspi: Fix error reporting
Adam Ford
2021-02-26
1
-2
/
+2
*
spi: imx: Implement set_speed
Marek Vasut
2021-02-26
1
-1
/
+4
*
Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
2021-02-23
3
-109
/
+84
|
\
|
*
spi: zynqmp_gqspi: fix set_speed bug on multiple runs
Brandon Maier
2021-02-23
1
-12
/
+11
|
*
clk: zynq: Add dummy clock enable function
Michal Simek
2021-02-23
3
-3
/
+3
|
*
spi: zynqmp_gqspi: support dual and quad mode
Brandon Maier
2021-02-03
1
-94
/
+70
*
|
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-15
26
-0
/
+26
|
\
\
|
*
|
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
26
-0
/
+26
|
|
/
*
|
spi: fsl_qspi: apply the same settings for LS1088 as LS208x
Mathew McBride
2021-02-08
1
-9
/
+1
*
|
spi: fsl_qspi: Ensure width is respected in spi-mem operations
Mathew McBride
2021-02-08
1
-1
/
+1
|
/
*
spi: mtk_snor: add support for MTK SPI NOR controller
SkyLake.Huang
2021-01-29
3
-0
/
+571
*
Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2021-01-25
3
-0
/
+289
|
\
|
*
spi: add spi controller support for MediaTek MT7620 SoC
Weijie Gao
2021-01-24
3
-0
/
+289
*
|
spi: imx: Use clock framework if enabled
Marek Vasut
2021-01-23
1
-0
/
+12
*
|
spi: imx: Define register bits in the driver
Marek Vasut
2021-01-23
1
-0
/
+76
*
|
spi: nxp_fspi: Enable support for nxp,imx8mm-fspi
Adam Ford
2021-01-23
1
-0
/
+9
|
/
*
dm: fix build errors generated by last merges
Dario Binacchi
2021-01-15
1
-1
/
+1
*
spi: stm32_qspi: migrate trace to dev and log macro
Patrick Delaunay
2021-01-13
1
-21
/
+25
*
spi: stm32_spi: migrate trace to dev and log macro
Patrick Delaunay
2021-01-13
1
-14
/
+17
*
spi: omap3_spi: Fix speed and mode selection
Vignesh Raghavendra
2021-01-12
1
-3
/
+14
*
spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata
Ovidiu Panait
2021-01-12
1
-2
/
+2
*
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2021-01-06
1
-4
/
+2
|
\
|
*
spi: zynqmp_gqspi: Fix unaligned data writes issue
T Karthik Reddy
2021-01-04
1
-4
/
+2
*
|
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
23
-61
/
+63
|
\
\
|
*
|
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
2
-2
/
+2
|
*
|
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
1
-2
/
+4
|
*
|
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
1
-1
/
+1
|
*
|
x86: spl: Move priv/plat structs to headers
Simon Glass
2021-01-05
2
-11
/
+11
|
*
|
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
20
-45
/
+45
*
|
|
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
5
-117
/
+922
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
spi: ca_sflash: Add CAxxxx SPI Flash Controller
Pengpeng Chen
2020-12-18
3
-0
/
+585
|
*
spi: dw: Add mem_ops
Sean Anderson
2020-12-18
1
-7
/
+111
|
*
spi: dw: Add support for multiple CTRLR0 layouts
Sean Anderson
2020-12-18
1
-35
/
+149
|
*
spi: dw: Rearrange struct dw_spi_priv
Sean Anderson
2020-12-18
1
-14
/
+13
|
*
spi: dw: Remove spi_enable_chip
Sean Anderson
2020-12-18
1
-11
/
+6
|
*
spi: dw: Rename registers to match datasheet
Sean Anderson
2020-12-18
1
-9
/
+9
|
*
spi: dw: Use generic function to read reg address
Sean Anderson
2020-12-18
1
-0
/
+2
|
*
spi: dw: Rename "cs-gpio" to "cs-gpios"
Sean Anderson
2020-12-18
1
-1
/
+2
|
*
spi: dw: Convert calls to debug to dev_*
Sean Anderson
2020-12-18
1
-19
/
+19
|
*
spi: dw: Fix driving MOSI low while recieving
Sean Anderson
2020-12-18
1
-1
/
+1
|
*
spi: migrate trace to dev and log macro in spi uclass
Patrick Delaunay
2020-12-18
1
-23
/
+28
*
|
dm: spi: Fix spi_free_slave() freed memory write
Niel Fourie
2020-12-22
1
-1
/
+0
*
|
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
Ovidiu Panait
2020-12-22
1
-5
/
+12
*
|
test: spi: Add sandbox_spi_get_{speed, mode} interface
Ovidiu Panait
2020-12-22
1
-0
/
+14
*
|
spi: sandbox_spi: Implement speed/mode setup
Ovidiu Panait
2020-12-22
1
-0
/
+26
*
|
sandbox: test: Add a second SPI slave on sandbox_spi bus
Ovidiu Panait
2020-12-22
1
-2
/
+2
*
|
sandbox: spi: Drop unused sandbox_spi_parse_spec function
Ovidiu Panait
2020-12-22
1
-16
/
+0
*
|
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
1
-2
/
+2
*
|
spi: Update for new sequence numbers
Simon Glass
2020-12-18
2
-2
/
+1
*
|
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
14
-22
/
+22
[next]