aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/21Jul2022Tom Rini65-293/+481
2022-07-21arm: mvebu: turris_omnia: Set ETHPRIME to DT aliasPali Rohár2-1/+7
2022-07-21arm: mvebu: Avoid reading MVEBU_REG_PCIE_DEVID register too many timesPali Rohár3-62/+32
2022-07-21mvebu: uDPU: disable non-present peripheralsRobert Marko1-6/+1
2022-07-21mvebu: eDPU: disable SCSI supportRobert Marko1-2/+1
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún45-45/+47
2022-07-21board: turris: Fix MAINTAINERS and add PaliMarek Behún3-10/+7
2022-07-21tlv_eeprom: Add missing CRC32 dependencyPali Rohár1-0/+2
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár4-0/+6
2022-07-21arm: mvebu: a3720: Add NVMe to BOOT_TARGET_DEVICES listPali Rohár1-0/+7
2022-07-21arm: mvebu: a3720: Set BOOT_TARGET_DEVICES list to enabled peripheralsPali Rohár1-6/+36
2022-07-21MAINTAINERS: add myself as Methode maintainerRobert Marko2-5/+8
2022-07-21arm: mvebu: add support for Methode eDPURobert Marko6-149/+321
2022-07-21arm: mvebu: dts: sync DTSRobert Marko1-13/+10
2022-07-21arm64: mvebu: handle non-zero base address for RAMChris Packham1-4/+3
2022-07-21board: turris: Find atsha device by atsha driverPali Rohár1-1/+4
2022-07-20Merge tag 'for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-ubiWIP/20Jul2022Tom Rini2-21/+5
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár2-14/+4
2022-07-20ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár1-7/+1
2022-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini12-7/+26
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 Rini34-589/+345
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 Holland2-9/+10
2022-07-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini6-18/+219
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-18sf: Query write-protection status before operating the flashJan Kiszka1-0/+12
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka2-16/+16
2022-07-18spl: spl_spi: add spi_nor_remove() to soft reset flashVaishnav Achath1-0/+5
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao2-0/+53
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 flashJaimeLiao2-0/+92
2022-07-18sunxi-nand: fix the PIO instead of DMA implementationMarkus Hoffrogge1-1/+1
2022-07-18configs: sunxi: OrangePi Zero: enable Macronix flash supportMichal Suchanek1-0/+1
2022-07-18sunxi: lcd: Move range from kconfig description to definition.Michal Suchanek1-1/+2
2022-07-18sunxi: licheepi_nano: enable SPI flashAndre Przywara1-0/+3
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
2022-07-18net: sun8i-emac: Downgrade printf during probe to debugSamuel Holland1-1/+1
2022-07-18sunxi: configs: streamline include/configs/sun*.h wrappersAndre Przywara8-67/+16
2022-07-18reset: sunxi: Reuse the platform data from the clock driverSamuel Holland3-49/+9