Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
09f15c9ae2834d4957502222cc9fafd7cef40dc3
/
drivers
/
spi
926dca5
Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· Tue Nov 16 09:51:04 2021 -0500
2de392c
spi: fsl_dspi: rename num-cs to spi-num-chipselects
by Michael Walle
· Wed Oct 13 18:14:18 2021 +0200
78692a7
spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspi
by Michael Walle
· Wed Oct 13 18:14:17 2021 +0200
26f77d7
spi: zynqmp_gqspi: Fix write issue at low frequencies
by Ashok Reddy Soma
· Tue Oct 19 19:43:00 2021 +0530
d8a562b
Merge https://source.denx.de/u-boot/custodians/u-boot-spi
by Tom Rini
· Sat Oct 23 10:49:28 2021 -0400
19e38b2
spi: nxp_fspi: Implement errata workaround for LS1028A
by Kuldeep Singh
· Tue Aug 03 14:32:58 2021 +0530
66a813e
spi: nxp-fspi: Add support for IP read only
by Kuldeep Singh
· Tue Aug 03 14:32:57 2021 +0530
e792db1
spi: rockchip_sfc: Using read_poll
by Jon Lin
· Fri Sep 17 21:14:59 2021 +0800
0accc65
spi: rockchip_sfc: Implement set_speed logic
by Jon Lin
· Fri Sep 17 21:14:58 2021 +0800
5a6815b
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· Tue Oct 12 12:01:00 2021 -0400
c7ab95d
sunxi: gpio: Remove name_to_gpio macro
by Samuel Holland
· Sat Sep 11 16:50:48 2021 -0500
a9f8bbd
spi: stm32: Add ofdata_to_platdata() callback
by Patrice Chotard
· Tue Aug 03 11:16:40 2021 +0200
d140bba
Merge branch 'next'
by Tom Rini
· Mon Oct 04 11:27:55 2021 -0400
545be19
mtd: cqspi: Fix division by zero
by Marek Vasut
· Tue Sep 14 05:21:48 2021 +0200
eac76b8
arm: Remove zmx25 board and ARCH_MX25
by Tom Rini
· Thu Sep 09 07:54:50 2021 -0400
74f00e8
arm: Remove flea3 board
by Tom Rini
· Tue Sep 14 09:09:31 2021 -0400
62fb2b4
WS cleanup: remove SPACE(s) followed by TAB
by Wolfgang Denk
· Mon Sep 27 17:42:39 2021 +0200
1257efc
clk: Rename clk_get_by_driver_info()
by Simon Glass
· Sat Aug 07 07:24:09 2021 -0600
6d70ba0
treewide: Try to avoid the preprocessor with OF_REAL
by Simon Glass
· Sat Aug 07 07:24:06 2021 -0600
9288265
treewide: Use OF_REAL instead of !OF_PLATDATA
by Simon Glass
· Sat Aug 07 07:24:04 2021 -0600
3580f6d
treewide: Simply conditions with the new OF_REAL
by Simon Glass
· Sat Aug 07 07:24:03 2021 -0600
17a2907
Merge tag 'v2021.10-rc4' into next
by Tom Rini
· Thu Sep 16 10:29:40 2021 -0400
3933d29
pci: Drop DM_PCI
by Simon Glass
· Sun Aug 01 18:54:44 2021 -0600
822a243
spi: zynqmp_gqspi: Fix dma alignment issue
by Ashok Reddy Soma
· Fri Aug 20 07:43:17 2021 -0600
1c35adc
spi: zynqmp_gqspi: Switch genfifo start to manual mode
by Ashok Reddy Soma
· Fri Aug 20 07:43:16 2021 -0600
b0f0a21
spi: altera_spi: Do not abuse CONFIG namespace
by Tom Rini
· Thu Aug 19 15:06:54 2021 -0400
d9d5733
spi: nxp_fspi: Ensure width is respected in spi-mem operations
by Michael Walle
· Mon Jul 26 21:35:28 2021 +0200
3afbc76
spi: rockchip_sfc: add support for Rockchip SFC
by Chris Morgan
· Thu Aug 05 16:26:38 2021 +0800
861c215
Merge https://source.denx.de/u-boot/custodians/u-boot-spi
by Tom Rini
· Tue Aug 03 14:06:41 2021 -0400
475be5a
spi: spi-mem-nodm: Fix read data size issue
by Bin Meng
· Wed Jul 28 20:50:14 2021 +0800
1be8582
spi: ich: Limit slave->max_read_size
by Bin Meng
· Wed Jul 28 18:28:56 2021 +0800
f5e1d9e
Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Sat Jul 17 10:52:21 2021 -0400
9646711
spi: ich: Don't require the PCH
by Simon Glass
· Sun Jun 27 17:50:59 2021 -0600
2fb2417
spi: mxc_spi: fix warnings if CLK_ENABLED not set
by Stefano Babic
· Sat Jul 10 16:31:29 2021 +0200
d8d3754
spi: fsl_qspi: Build driver only if DM_SPI is available
by Frieder Schrempf
· Mon Jun 07 14:36:42 2021 +0200
4aab306
Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Wed Jul 07 13:34:42 2021 -0400
717bab2
spi: synquacer: Add HSSPI SPI controller driver for SynQuacer
by Jassi Brar
· Fri Jun 04 18:44:27 2021 +0900
8131335
dm: define LOG_CATEGORY for all uclass
by Patrick Delaunay
· Tue Apr 27 11:02:19 2021 +0200
bfc606b
Merge branch 'next'
by Tom Rini
· Mon Jul 05 11:20:30 2021 -0400
170013f
spi: Update speed/mode on change
by Marek Vasut
· Thu Jun 10 14:00:00 2021 +0200
03b1715
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi into next
by Tom Rini
· Mon Jun 28 18:31:53 2021 -0400
d3e8b73
Merge tag 'v2021.07-rc5' into next
by Tom Rini
· Mon Jun 28 16:22:13 2021 -0400
0b0a299
mtd: spi-nor-core: Rework hwcaps selection
by Pratyush Yadav
· Sat Jun 26 00:47:14 2021 +0530
e1814ad
spi: cadence-qspi: Add support for octal DTR flashes
by Pratyush Yadav
· Sat Jun 26 00:47:09 2021 +0530
8dcf3e2
spi: cadence-qspi: Add a small delay before indirect writes
by Pratyush Yadav
· Sat Jun 26 00:47:08 2021 +0530
8e0be9e
spi: cadence-qspi: Do not calibrate when device tree sets read delay
by Pratyush Yadav
· Sat Jun 26 00:47:07 2021 +0530
8c8452c
spi: spi-mem: add spi_mem_dtr_supports_op()
by Pratyush Yadav
· Sat Jun 26 00:47:06 2021 +0530
ed08485
spi: spi-mem: allow specifying a command's extension
by Pratyush Yadav
· Sat Jun 26 00:47:04 2021 +0530
87a6db3
spi: spi-mem: allow specifying whether an op is DTR or not
by Pratyush Yadav
· Sat Jun 26 00:47:03 2021 +0530
c93136b
spi: Add MXIC controller driver
by Zhengxun
· Wed Jun 23 17:15:15 2021 +0000
485b4b1
spi: stm32_qspi: Fix short data write operation
by Daniil Stas
· Sun May 23 22:24:49 2021 +0000
2af829f
spi: zynqmp_gqspi: Fix write issue
by Ashok Reddy Soma
· Tue May 25 06:36:27 2021 -0600
15b9ddd
spi: kirkwood: prevent limiting speed to 0
by Grzegorz Jaszczyk
· Fri Apr 30 15:26:31 2021 +0200
cdf47b5
spi: kirkwood: prevent configuring speed exceeding max controller freq
by Marcin Wojtas
· Fri Apr 30 15:26:30 2021 +0200
a51b6fb
spi: kirkwood: support extended baud rates
by Ken Ma
· Fri Apr 30 15:26:29 2021 +0200
b40efd3
atcspi200: Add timeout mechanism in spi_xfer()
by Dylan Jhong
· Thu Apr 01 16:48:51 2021 +0800
64fa31a
spi: zynqmp: Remove gd reference
by Michal Simek
· Mon Apr 26 08:26:33 2021 +0200
86676e0
Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Wed Mar 31 09:47:30 2021 -0400
c17b307
spi: xilinx_spi: Trivial fixes in axi qspi driver
by T Karthik Reddy
· Wed Mar 17 01:01:50 2021 -0600
626a734
spi: spi-uclass: Add support to manually relocate spi memory ops
by T Karthik Reddy
· Wed Mar 17 12:31:30 2021 +0100
1e49e28
spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()
by Patrice Chotard
· Wed Jan 20 14:42:02 2021 +0100
c9ad048
spi: nxp_fspi: Fix error reporting
by Adam Ford
· Mon Jan 18 15:32:49 2021 -0600
060ae38
spi: imx: Implement set_speed
by Marek Vasut
· Wed Feb 03 17:53:57 2021 +0100
df070ce
Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· Tue Feb 23 10:45:55 2021 -0500
b8003d5
spi: zynqmp_gqspi: fix set_speed bug on multiple runs
by Brandon Maier
· Wed Jan 20 14:28:30 2021 -0600
4171095
clk: zynq: Add dummy clock enable function
by Michal Simek
· Tue Feb 09 15:28:15 2021 +0100
b1db71b
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
by Tom Rini
· Mon Feb 15 08:19:40 2021 -0500
b4c5396
spi: fsl_qspi: apply the same settings for LS1088 as LS208x
by Mathew McBride
· Mon Jan 25 03:55:22 2021 +0000
148dba4
spi: fsl_qspi: Ensure width is respected in spi-mem operations
by Mathew McBride
· Mon Jan 25 03:55:21 2021 +0000
4d9cce7
spi: zynqmp_gqspi: support dual and quad mode
by Brandon Maier
· Wed Jan 20 10:39:46 2021 -0600
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
f33cf3c
spi: mtk_snor: add support for MTK SPI NOR controller
by developer
· Wed Jan 20 15:31:33 2021 +0800
7bf38bc
Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips
by Tom Rini
· Mon Jan 25 14:38:40 2021 -0500
2dfdc3f
spi: add spi controller support for MediaTek MT7620 SoC
by developer
· Thu Nov 12 16:36:42 2020 +0800
bc0d3c8
spi: imx: Use clock framework if enabled
by Marek Vasut
· Tue Jan 19 00:58:33 2021 +0100
eb68aa1
spi: imx: Define register bits in the driver
by Marek Vasut
· Tue Jan 19 00:58:32 2021 +0100
cf559bf
spi: nxp_fspi: Enable support for nxp,imx8mm-fspi
by Adam Ford
· Mon Jan 18 15:32:50 2021 -0600
f686e4d
dm: fix build errors generated by last merges
by Dario Binacchi
· Fri Jan 15 09:10:26 2021 +0100
72e220c
spi: stm32_qspi: migrate trace to dev and log macro
by Patrick Delaunay
· Fri Nov 06 19:01:53 2020 +0100
7380f9e
spi: stm32_spi: migrate trace to dev and log macro
by Patrick Delaunay
· Fri Nov 06 19:01:52 2020 +0100
ab34b89
spi: omap3_spi: Fix speed and mode selection
by Vignesh Raghavendra
· Sun Nov 29 12:53:05 2020 +0530
7cb5159
spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata
by Ovidiu Panait
· Sat Nov 28 10:11:28 2020 +0200
92d6d86
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Wed Jan 06 07:57:33 2021 -0500
bb721de
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· Tue Jan 05 22:34:43 2021 -0500
e6256ce
Merge tag 'v2021.01-rc5' into next
by Tom Rini
· Tue Jan 05 16:20:26 2021 -0500
df65db8
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
by Simon Glass
· Mon Dec 28 20:34:57 2020 -0700
a7ece58
dm: core: Access device ofnode through functions
by Simon Glass
· Sat Dec 19 10:40:14 2020 -0700
f1d50f7
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
by Simon Glass
· Sat Dec 19 10:40:13 2020 -0700
de64048
x86: spl: Move priv/plat structs to headers
by Simon Glass
· Sat Dec 19 10:39:59 2020 -0700
9558862
dm: Use access methods for dev/uclass private data
by Simon Glass
· Tue Dec 22 19:30:28 2020 -0700
cc59fc9
spi: zynqmp_gqspi: Fix unaligned data writes issue
by T Karthik Reddy
· Thu Nov 19 05:00:36 2020 -0700
c1e0dac
dm: spi: Fix spi_free_slave() freed memory write
by Niel Fourie
· Wed Dec 16 12:11:52 2020 +0100
40dcee1
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
by Ovidiu Panait
· Mon Dec 14 19:06:50 2020 +0200
a2c9d01
test: spi: Add sandbox_spi_get_{speed, mode} interface
by Ovidiu Panait
· Mon Dec 14 19:06:49 2020 +0200
05f3881
spi: sandbox_spi: Implement speed/mode setup
by Ovidiu Panait
· Mon Dec 14 19:06:48 2020 +0200
ae73473
sandbox: test: Add a second SPI slave on sandbox_spi bus
by Ovidiu Panait
· Mon Dec 14 19:06:47 2020 +0200
a220c1d
sandbox: spi: Drop unused sandbox_spi_parse_spec function
by Ovidiu Panait
· Mon Dec 14 19:06:46 2020 +0200
07e1338
dm: Drop the unused arg in uclass_find_device_by_seq()
by Simon Glass
· Wed Dec 16 21:20:29 2020 -0700
c4222cd
spi: Update for new sequence numbers
by Simon Glass
· Wed Dec 16 21:20:19 2020 -0700
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· Wed Dec 16 21:20:07 2020 -0700
Next »