Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
179e5709b714ff90004b6b3a252dd88d98b1ce2f
/
drivers
/
mtd
/
spi
80877fa
cyclic: Use schedule() instead of WATCHDOG_RESET()
by Stefan Roese
· Fri Sep 02 14:10:46 2022 +0200
af7852c
mtd: spi-nor-ids: Add Winbond W25Q512JVQ ID
by Chin-Ting Kuo
· Fri Aug 19 17:01:15 2022 +0800
77636df
mtd: spi-nor: Use spi-mem dirmap API
by Chin-Ting Kuo
· Fri Aug 19 17:01:09 2022 +0800
1ab1692
common: Drop display_options.h from common header
by Simon Glass
· Sun Jul 31 12:28:48 2022 -0600
063c938
Audit <flash.h> inclusion
by Tom Rini
· Sat Jul 23 13:05:03 2022 -0400
0a669a2
mtd: spi-nor-ids: add winbond w25q512nw family support
by Jae Hyun Yoo
· Fri Jul 08 12:03:19 2022 -0700
57847c1
mtd: spi-nor-core: Add support for Macronix Octal flash
by JaimeLiao
· Mon Jul 18 14:49:22 2022 +0800
4ecf919
mtd: spi: Convert is_locked callback to is_unlocked
by Jan Kiszka
· Wed Mar 02 15:01:55 2022 +0100
1c905eb
mtd: spi-nor: Parse SFDP SCCR Map
by JaimeLiao
· Mon Jul 04 14:12:41 2022 +0800
bf085cd
mtd: spi-nor-core: Adding different type of command extension in Soft Reset
by JaimeLiao
· Mon Jul 04 14:12:40 2022 +0800
f8e9848
mtd: spi-nor: add support for Macronix Octal flash
by JaimeLiao
· Mon Jul 04 14:12:39 2022 +0800
0a83cc2
spl: Ensure all SPL symbols in Kconfig have some SPL dependency
by Tom Rini
· Fri Jun 10 23:03:09 2022 -0400
836ccf9
mtd: spi-nor-ids: Add support for flashes tested by xilinx
by Ashok Reddy Soma
· Wed May 25 10:47:12 2022 +0530
a6b185e
stm32mp1: fix reference for STMicroelectronics
by Patrick Delaunay
· Fri May 20 18:38:10 2022 +0200
05b1aa6
spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode
by Patrice Chotard
· Wed Mar 30 09:33:14 2022 +0200
86e06ae
spi: spi-uclass: Add new spi_get_bus_and_cs() implementation
by Patrice Chotard
· Wed Mar 30 09:33:13 2022 +0200
f194938
sf: dataflash: add support for AT45DB641E
by Luca Ellero
· Tue Apr 26 10:24:10 2022 +0200
dde6722
sf: dataflash: add support for "extended ID"
by Luca Ellero
· Tue Apr 26 10:24:09 2022 +0200
16807cf
mtd: spi-nor-ids: add Macronix mx25u51245g flash entry
by Tien Fong Chee
· Wed Apr 27 11:56:28 2022 +0800
b6f9237
mtd: spi-nor-ids: Add Winbond W25Q128JW ID
by Marek Vasut
· Sun Apr 24 23:39:17 2022 +0200
f9a80b7
spi: Avoid checking console in SPL
by Simon Glass
· Mon Feb 28 12:08:28 2022 -0700
d813e18
mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128
by Niklas Cassel
· Thu Mar 03 18:26:39 2022 +0000
1576abf
configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
by Patrick Delaunay
· Tue Jan 04 14:24:00 2022 +0100
6c5f560
mtd: cfi: introduce CFI_FLASH_BANKS
by Patrick Delaunay
· Tue Jan 04 14:23:58 2022 +0100
478eb75
Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next
by Tom Rini
· Sun Jan 09 07:56:31 2022 -0500
119d2fb
Convert CONFIG_ENV_SPI_BUS et al to Kconfig
by Tom Rini
· Sat Dec 11 14:55:48 2021 -0500
a54dce7
mtd: spi-nor-ids: Add support for W25Q01JV
by Ram Narayanan
· Mon Nov 29 21:54:58 2021 -0800
57d007a
mtd: spi: Remove SF_DUAL_FLASH symbol from Kconfig
by Michal Simek
· Tue Nov 30 13:47:10 2021 +0100
4015419
mtd: spi-nor-ids: Add SECT_4K to mt25qu512a
by Kris Chaplin
· Mon Oct 18 03:30:18 2021 -0700
077afbd
mtd: spi-nor-ids: Add is25lp512 and is25wp512 devices
by Kris Chaplin
· Mon Oct 18 03:26:50 2021 -0700
4b4896d
mtd: Remove mtd_erase_callback() entirely
by Marek Behún
· Tue Oct 05 15:56:06 2021 +0200
b94e9e9
mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
by Marek Behún
· Tue Oct 05 15:56:04 2021 +0200
e86e9e2
mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()
by Marek Behún
· Tue Oct 05 15:56:03 2021 +0200
b6cc44d
mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_erase()
by Marek Behún
· Tue Oct 05 15:56:02 2021 +0200
987482c
mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()
by Marek Behún
· Tue Oct 05 15:56:00 2021 +0200
d929a6f
mtd: spi-nor-core: Don't overwrite return value if it is non-zero
by Marek Behún
· Tue Oct 05 15:55:59 2021 +0200
9e4893b
mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()
by Marek Behún
· Tue Oct 05 15:55:58 2021 +0200
883cdc3
mtd: spi-nor-core: Try cleaning up in case writing BAR failed
by Marek Behún
· Tue Oct 05 15:55:57 2021 +0200
5f46ddc
mtd: spi-nor: Add support for Spansion S25FL256L
by Takahiro Kuwano
· Thu Sep 30 11:23:37 2021 +0900
b688198
mtd: spi-nor-ids: Add GD25LQ256D Chip
by Yanhong Wang
· Thu Sep 30 19:53:01 2021 +0800
2c3620f
mtd: spi-nor-ids: Reinstate Micron MT25QL02G
by Marek Vasut
· Tue Oct 05 10:58:47 2021 +0200
2154876
Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Thu Sep 30 11:29:41 2021 -0400
62fb2b4
WS cleanup: remove SPACE(s) followed by TAB
by Wolfgang Denk
· Mon Sep 27 17:42:39 2021 +0200
5b4956a
mtd: spi: Set CONFIG_SF_DEFAULT_MODE default to 0
by Marek Vasut
· Tue Sep 14 20:28:24 2021 +0200
9838538
mtd: spi: nor: force mtd name to "nor%d"
by Patrick Delaunay
· Wed Sep 22 18:29:08 2021 +0200
4b198e3
Kconfig: Remove all default n/no options
by Michal Simek
· Fri Aug 27 08:48:10 2021 +0200
b242db1
mtd: spi-nor-ids: Add XTX XT25F128B
by Chris Morgan
· Thu Aug 05 16:26:41 2021 +0800
372deee
mtd: spi-nor: Mask out fast read if not requested in DT
by Bin Meng
· Fri Jul 30 15:20:17 2021 +0800
00bc6d0
mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()
by Bin Meng
· Fri Jul 30 15:20:16 2021 +0800
78b498c
mtd: spi-nor-ids: Add support for XMC XM25QH64C
by Reto Schneider
· Thu Jun 17 18:26:51 2021 +0200
4f4f655
mtd: spi-nor-ids: Add support for Macronix MX25V8035F and MX25R1635F
by Frieder Schrempf
· Mon Jun 07 14:36:41 2021 +0200
8131335
dm: define LOG_CATEGORY for all uclass
by Patrick Delaunay
· Tue Apr 27 11:02:19 2021 +0200
712e52c
mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t
by Takahiro Kuwano
· Tue Jun 29 15:01:04 2021 +0900
1cf551d
mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t
by Takahiro Kuwano
· Tue Jun 29 15:01:03 2021 +0900
60cddaf
mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
by Takahiro Kuwano
· Tue Jun 29 15:01:02 2021 +0900
3e01b95
mtd: spi-nor-core: Read status by Read Any Register
by Takahiro Kuwano
· Tue Jun 29 15:01:01 2021 +0900
d74d7fa
mtd: spi-nor-core: Add the ->ready() hook
by Takahiro Kuwano
· Tue Jun 29 15:01:00 2021 +0900
ee93e45
mtd: spi-nor-core: Add support for volatile QE bit
by Takahiro Kuwano
· Tue Jun 29 15:00:59 2021 +0900
902df1d
mtd: spi-nor-core: Add support for Read/Write Any Register
by Takahiro Kuwano
· Tue Jun 29 15:00:58 2021 +0900
a3814fd
mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t
by Takahiro Kuwano
· Tue Jun 29 15:00:57 2021 +0900
9c35a61
mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode
by Pratyush Yadav
· Sat Jun 26 00:47:29 2021 +0530
caee9a6
mtd: spi-nor-core: Add support for Cypress Semper flash
by Pratyush Yadav
· Sat Jun 26 00:47:28 2021 +0530
1c2bc5e
mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress
by Takahiro Kuwano
· Sat Jun 26 00:47:27 2021 +0530
7f99605
mtd: spi-nor-core: allow truncated erases
by Pratyush Yadav
· Sat Jun 26 00:47:26 2021 +0530
62e4b5c
mtd: spi-nor-core: Perform a Soft Reset on boot
by Pratyush Yadav
· Sat Jun 26 00:47:25 2021 +0530
4610350
mtd: spi-nor-core: Perform a Soft Reset on shutdown
by Pratyush Yadav
· Sat Jun 26 00:47:24 2021 +0530
4e293e9
mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT
by Pratyush Yadav
· Sat Jun 26 00:47:23 2021 +0530
1e9df68
mtd: spi-nor-core: Do not make invalid quad enable fatal
by Pratyush Yadav
· Sat Jun 26 00:47:22 2021 +0530
12b8f8b
mtd: spi-nor-core: Enable octal DTR mode when possible
by Pratyush Yadav
· Sat Jun 26 00:47:21 2021 +0530
8e27ea8
mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode
by Pratyush Yadav
· Sat Jun 26 00:47:20 2021 +0530
8c49454
mtd: spi-nor-core: Parse xSPI Profile 1.0 table
by Pratyush Yadav
· Sat Jun 26 00:47:19 2021 +0530
6d5846b
mtd: spi-nor-core: Get command opcode extension type from BFPT
by Pratyush Yadav
· Sat Jun 26 00:47:18 2021 +0530
6100561
mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D
by Pratyush Yadav
· Sat Jun 26 00:47:17 2021 +0530
be389f6
mtd: spi-nor-core: Add support for DTR protocol
by Pratyush Yadav
· Sat Jun 26 00:47:16 2021 +0530
d5baf16
mtd: spi-nor-core: Do not set data direction when there is no data
by Pratyush Yadav
· Sat Jun 26 00:47:15 2021 +0530
0b0a299
mtd: spi-nor-core: Rework hwcaps selection
by Pratyush Yadav
· Sat Jun 26 00:47:14 2021 +0530
af27318
mtd: spi-nor-core: Introduce flash-specific fixup hooks
by Pratyush Yadav
· Sat Jun 26 00:47:13 2021 +0530
6103465
mtd: spi-nor-core: Move SFDP related declarations to top
by Pratyush Yadav
· Sat Jun 26 00:47:12 2021 +0530
28d20db
mtd: spi-nor-core: Add a ->setup() hook
by Pratyush Yadav
· Sat Jun 26 00:47:11 2021 +0530
6ab0762
mtd: spi-nor-core: Fix address width on flash chips > 16MB
by Pratyush Yadav
· Sat Jun 26 00:47:10 2021 +0530
d37eb23
mtd: spi-nor: fill-in mtd->dev member
by Marek Behún
· Wed May 26 14:08:21 2021 +0200
c1fcc14
mtd: spi-nor: allow registering multiple MTDs when DM is enabled
by Marek Behún
· Wed May 26 14:08:20 2021 +0200
c8c9528
mtd: spi-nor-ids: Add Macronix MX66UW2G345G
by zhengxun
· Tue Mar 23 13:16:47 2021 +0000
61d0464
sf: Support querying write-protect
by Simon Glass
· Mon Mar 15 18:11:17 2021 +1300
6acba5a
mtd: spi_flash_free()
by Heinrich Schuchardt
· Wed Mar 10 18:23:57 2021 +0100
d96645d
mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacks
by Patrice Chotard
· Wed Jan 20 14:42:01 2021 +0100
f453a1c
mtd: spi-nor-ids: Add support of flash protection to w25q128
by Su Baocheng
· Mon Jan 25 10:59:05 2021 +0800
43a51bf
mtd: spi-nor-ids: Add Gigadevice GD25LQ64C
by Alper Nebi Yasak
· Sat Oct 31 19:20:12 2020 +0300
b1db71b
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
by Tom Rini
· Mon Feb 15 08:19:40 2021 -0500
f4ab02e
mtd: spi-nor: add unlock all config option
by Michael Walle
· Wed Dec 09 10:53:25 2020 +0100
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
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
b33cd25
spi: Tweak a few strange SPI NOR features for of-platdata
by Simon Glass
· Sat Dec 19 10:40:01 2020 -0700
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· Wed Dec 16 21:20:07 2020 -0700
eaca92c
mtd: spi-nor-ids: add Micron MT25QL01G flash
by Hongwei Zhang
· Mon Dec 07 17:40:01 2020 -0500
94311d1
mtd: spi-nor-ids: Add SECT_4K to mx25l12805d
by Robert Marko
· Fri Oct 23 14:22:38 2020 +0530
d0b8df3
mtd: spi-nor-ids: Add Winbond W25M512JW flash entry
by Biju Das
· Tue Sep 29 11:04:02 2020 +0100
80f89de
mtd: spi-nor-ids: Add Winbond W25M512JV flash entry
by Lad Prabhakar
· Thu Sep 17 15:50:30 2020 +0100
Next »