summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-09reset: reset-rockchip: fix trivial line spacing alignmentEugen Hristev1-2/+2
2023-05-09clk: rockchip: correct trivial typo in debug messageEugen Hristev13-16/+16
2023-05-09pci: pcie_dw_rockchip: release resources on failing probeEugen Hristev1-11/+30
2023-05-06drivers: fix debug string with fdt_addr_t inputJohan Jonker2-6/+7
2023-05-06drivers: use devfdt_get_addr_ptr when cast to pointerJohan Jonker4-4/+4
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker10-33/+33
2023-05-06drivers: use devfdt_get_addr_size_index_ptr when cast to pointerJohan Jonker2-5/+4
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker45-72/+72
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker6-19/+19
2023-05-06spi: spi-aspeed-smc: use devfdt_get_addr_index_ptrJohan Jonker1-9/+8
2023-05-06core: read: add dev_read_addr_index_ptr functionJohan Jonker1-1/+14
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker1-0/+8
2023-05-06core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker8-15/+43
2023-05-06rockchip: spi: rk_spi: use base variable with uintptr_t sizeJohan Jonker1-1/+1
2023-05-06rockchip: pwm: rk_pwm: use base variable with uintptr_t sizeJohan Jonker1-1/+1
2023-05-06rockchip: timer: dw-apb-timer: use regs variable with uintptr_t sizeJohan Jonker1-1/+1
2023-05-06rockchip: adc: rockchip-saradc: use dev_read_addr_ptrJohan Jonker1-3/+3
2023-05-06mtd: nand: add support for the Sandisk SDTNQGAMA chipJohan Jonker1-0/+3
2023-05-06mtd: nand: raw: rockchip_nfc: fix oobfree offset and descriptionJohan Jonker1-4/+4
2023-05-06mtd: nand: raw: rockchip_nfc: add flash_node to chip structureJohan Jonker1-0/+1
2023-05-06mtd: nand: raw: rockchip_nfc: add layout structureJohan Jonker1-41/+20
2023-05-06mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"Johan Jonker1-4/+0
2023-05-06mtd: nand: raw: rockchip_nfc: use dev_read_addr_ptrJohan Jonker1-3/+3
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini19-25/+1913
2023-05-05Merge tag 'fsl-qoirq-2023-5-5' of https://source.denx.de/u-boot/custodians/u-...Tom Rini1-0/+1
2023-05-05pci: layerscape: add support for kernel/official fsl, ls1088a-pcie bindingMathew McBride1-0/+1
2023-05-04k3: pmic: Clear ESM masksNeha Malcom Francis1-0/+9
2023-05-04pci: fsl: Do not access PCI BAR0 register of PCIe Root PortPali Rohár1-0/+14
2023-05-03Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+4
2023-05-03mmc: hi6220_dw_mmc: add compatible for HC2910 supportYang Xiwen1-0/+2
2023-05-03pinctrl: mediatek: set R1/R0 in case pullen/pullsel succeededDaniel Golle1-2/+2
2023-05-02serial: msm-geni: correct oversampling value based on QUP hardware revisionVladimir Zapolskiy2-1/+36
2023-05-02serial: msm-geni: Use upstream Linux bindingsKonrad Dybcio1-1/+3
2023-05-02serial: msm-geni: fix a compile time warning from msm_serial_setbrg()Vladimir Zapolskiy1-3/+3
2023-05-02serial: msm-geni: fix code indentationVladimir Zapolskiy1-6/+5
2023-05-02serial: msm-geni: remove invalid se-clk clock nameVladimir Zapolskiy1-1/+1
2023-05-02serial: msm-geni: Always bind before relocationKonrad Dybcio1-0/+1
2023-05-02serial: msm-geni: remove redundant includesVladimir Zapolskiy1-6/+0
2023-05-02misc: add Qualcomm GENI SE QUP device driverVladimir Zapolskiy3-0/+49
2023-05-02extcon: add MAX14526 MUIC supportSvyatoslav Ryhel3-0/+161
2023-05-02test: Add tests for the extconSvyatoslav Ryhel3-0/+25
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel5-0/+39
2023-05-02pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig casePali Rohár1-4/+0
2023-05-02usb: ehci-mx6: move phy setup before register accessTim Harvey1-6/+4
2023-05-02pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár1-0/+12
2023-05-02pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár1-2/+10
2023-05-02pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár1-2/+24
2023-05-02pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár1-0/+1
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini7-44/+231
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini19-116/+203