aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-25drivers: xen: unmap Enlighten page before jumping to LinuxDmytro Firsov1-0/+31
2022-07-25arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654Andrew Davis3-3/+3
2022-07-25mmc: msm_sdhci: Add SDCC version 5.0.0 supportSumit Garg1-32/+64
2022-07-25phy: ti: j721e-wiz: use OF data for device specific dataMatt Ranostay1-28/+60
2022-07-25iommu: Add M2 support to Apple DART driverJanne Grunau1-1/+17
2022-07-24Merge commit '90ba25b7cb78bd85c6af0b6429226c6616dedefa' of https://source.den...Tom Rini10-260/+570
2022-07-22Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini5-29/+231
2022-07-22mtd: decommission the NAND museumMichael Trimarchi1-10/+0
2022-07-22mtd: nand: toshiba: Retrieve ECC requirements from extended IDMichael Trimarchi1-0/+26
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi4-13/+35
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi4-18/+57
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi4-33/+92
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi4-21/+58
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi4-88/+119
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi4-51/+98
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi1-1/+2
2022-07-22mtd: nand: Fix MediaTek MT7621 SoC buildMichael Trimarchi1-1/+1
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi1-12/+13
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi1-23/+75
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi1-29/+29
2022-07-22mtd: nand: Get rid of busw parameterMichael Trimarchi1-27/+32
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún6-6/+6
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár2-0/+2
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle1-6/+34
2022-07-21watchdog: add amlogic watchdog supportPhilippe Boos3-0/+144
2022-07-21watchdog: octeontx_wdt: Add MIPS Octeon supportStefan Roese2-23/+53
2022-07-20Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-ubiWIP/20Jul2022Tom Rini1-7/+2
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár1-7/+2
2022-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-7/+8
2022-07-19Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-i2cTom Rini5-19/+649
2022-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini22-495/+319
2022-07-19i2c: avoid dynamic stack use in dm_i2c_writeRasmus Villemoes1-18/+12
2022-07-19i2c: nuvoton: Add NPCM7xx i2c driverJim Liu3-0/+636
2022-07-19i2c: ast_i2c: Remove SCL direct drive modeEddie James1-1/+1
2022-07-18phy: sun4i-usb: Add D1 variantSamuel Holland1-0/+10
2022-07-18phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handlingAndre Przywara1-18/+14
2022-07-18phy: sun4i-usb: Drop use of arch-specific headersSamuel Holland1-2/+0
2022-07-18sunxi: Move INITIAL_USB_SCAN_DELAY to driver KconfigSamuel Holland1-0/+10
2022-07-18mtd: spi-nor-ids: add winbond w25q512nw family supportJae Hyun Yoo1-0/+10
2022-07-18mtd: spi-nor-core: Add support for Macronix Octal flashJaimeLiao1-1/+18
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka1-13/+13
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao1-0/+52
2022-07-18mtd: spi-nor-core: Adding different type of command extension in Soft ResetJaimeLiao2-1/+13
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao1-0/+82
2022-07-18sunxi-nand: fix the PIO instead of DMA implementationMarkus Hoffrogge1-1/+1
2022-07-18spi: sunxi: Add support for F1C100s SPI controllerAndre Przywara1-0/+9
2022-07-18spi: sunxi: improve SPI clock calculationAndre Przywara1-4/+7
2022-07-18spi: sunxi: refactor SPI speed/mode programmingAndre Przywara1-43/+52
2022-07-18spi: sunxi: use XCH status to detect in-progress transferIcenowy Zheng1-9/+5
2022-07-18net: sun8i-emac: Drop use of arch-specific headerSamuel Holland1-1/+0