summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL uses of SANDBOX_CLK_CCFSimon Glass1-3/+3
2023-02-07mtd: Drop unused fsmc_nand driverSimon Glass1-84/+0
2023-02-07mtd: Drop unused fsl_upm driverSimon Glass1-44/+0
2023-01-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano1-0/+1
2023-01-26mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano1-4/+4
2023-01-26mtd: spi-nor-core: Consider reserved bits in CFR5 registerTakahiro Kuwano1-1/+6
2023-01-19lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier3-972/+2898
2023-01-08Merge tag 'u-boot-nand-20230108' of https://source.denx.de/u-boot/custodians/...Tom Rini1-79/+0
2023-01-08mtd: rawnand: omap_elm: u-boot driver model supportRoger Quadros1-79/+0
2023-01-06Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini2-0/+231
2022-12-10mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi1-1/+0
2022-12-08mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulationBalamanikandan Gunasundar1-0/+119
2022-12-08mfd: syscon: Add atmel-matrix registers definitionBalamanikandan Gunasundar1-0/+112
2022-11-28liteeth: LiteX Ethernet deviceJoel Stanley1-0/+84
2022-11-02list.h: synchronize hlist_for_each_entry* iterators with linuxRasmus Villemoes1-28/+25
2022-10-26memory: Add TI GPMC driverRoger Quadros1-0/+3
2022-10-23mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano1-0/+5
2022-10-09mtd: Update the function name to 'rfree'Fabio Estevam1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo1-0/+18
2022-08-25Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.den...Tom Rini1-7/+6
2022-08-23arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocationPali Rohár1-12/+1
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi1-2/+2
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi1-3/+2
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi1-4/+4
2022-08-21powerpc: remove support for kmtergr1 and MPC8309Holger Brunck1-1/+1
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi1-20/+1
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi1-0/+2
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi1-0/+3
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi1-2/+1
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi1-0/+30
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi1-0/+15
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka1-3/+3
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao1-0/+1
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao1-0/+10
2022-07-12usb: common: move urb code to commonRui Miguel Silva1-0/+114
2022-06-29usb: xhci-fsl: Remove non-DM codeTom Rini1-17/+0
2022-06-23firmware: psci: bind arm smccc features when discoveredEtienne Carriere2-0/+30
2022-06-23smccc: define generic IDs for feature discoveryEtienne Carriere1-0/+4
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-1/+1
2022-05-20usb: xhci-dwc3: Support role switch default roleMark Kettenis1-0/+10
2022-05-05lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka1-3/+0
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass1-0/+3
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár1-0/+29
2022-04-13Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+6
2022-04-12iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro1-6/+6