aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-15rockchip: px30: add support for setting cpll clockChris Morgan1-0/+3
2021-10-14pci: Fix printf format for regionsPali Rohár1-1/+1
2021-10-14pci: Fix configuring BARsPali Rohár1-6/+25
2021-10-14pci: Skip configuring invalid P2P bridge devicesPali Rohár1-0/+9
2021-10-14pci: Skip configuring PCI Rom Address for unsupported header typesPali Rohár1-1/+2
2021-10-12nvme: invalidate correct memory range after readWIP/2021-10-12-assorted-fixes-and-updatesStefan Agner1-3/+4
2021-10-12rtc: ds1307: Handle oscillator-stop bit correctlyMark Tomlinson1-52/+20
2021-10-12mtd: rawnand: Add Macronix raw NAND controller driverZhengxun Li3-0/+610
2021-10-12fastboot: fix partition name truncation in environment lookupMatthias Schiffer1-2/+2
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini12-153/+253
2021-10-12Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians...Tom Rini3-0/+214
2021-10-12Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini39-172/+943
2021-10-12usb: sandbox: Add gadget callbacksPatrice Chotard1-0/+28
2021-10-12usb: gadget: Add bcdDevice for the DWC2 USB Gadget ControllerPatrice Chotard1-0/+8
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard6-6/+8
2021-10-12pwm: Add PWM driver for SAMA5D2Dan Sneddon3-0/+214
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland3-70/+93
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland3-0/+290
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland3-0/+229
2021-10-12power: pmic: Add a driver for X-Powers AXP PMICsSamuel Holland3-0/+53
2021-10-12power: pmic: Consistently depend on SPL_DM_PMICSamuel Holland1-1/+10
2021-10-12power: pmic: Consistently depend on DM_PMICSamuel Holland1-37/+9
2021-10-11clk: ti: add am33xx/am43xx spread spectrum clock supportDario Binacchi1-3/+128
2021-10-11clk: sunxi: Add drivers for A31 and H6 PRCM CCUsSamuel Holland4-0/+136
2021-10-11clk: sunxi: Add support for I2C gates/resetsSamuel Holland12-0/+86
2021-10-11sunxi: gpio: Remove bank-specific size macrosSamuel Holland1-2/+0
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland4-14/+14
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland9-14/+2
2021-10-11gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland1-14/+0
2021-10-11clk: sunxi: Move header out of arch directorySamuel Holland14-14/+14
2021-10-09video: move MXS to KconfigAnatolij Gustschin2-4/+6
2021-10-09video: remove not used mx3fb driverAnatolij Gustschin3-914/+0
2021-10-09video: simplefb: Add 30bpp supportMark Kettenis1-1/+11
2021-10-09video: Add 30bpp supportMark Kettenis1-3/+8
2021-10-08i2c: stm32f7: compute i2cclk only one timePatrick Delaunay1-10/+8
2021-10-08i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay1-2/+9
2021-10-08i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay1-2/+8
2021-10-08i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay1-2/+1
2021-10-08i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay1-26/+27
2021-10-08spi: stm32: Add ofdata_to_platdata() callbackPatrice Chotard1-92/+132
2021-10-08arm: a37xx: pci: Update private structure documentationMarek Behún1-8/+9
2021-10-08arm: a37xx: pci: Cosmetic changeMarek Behún1-7/+7
2021-10-08arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár1-4/+22
2021-10-08arm: a37xx: pci: Do not automatically enable bus mastering on PCI BridgePali Rohár1-6/+0
2021-10-08arm: a37xx: pci: Add support for accessing PCI Bridge on root busPali Rohár1-19/+124
2021-10-08arm: a37xx: pci: Fix pcie_advk_link_up()Pali Rohár1-1/+2
2021-10-08phy: marvell: a3700: Return correct error code when power up failsPali Rohár1-6/+20
2021-10-08phy: marvell: a3700: Fix configuring polarity invert bitsPali Rohár1-0/+12
2021-10-08phy: marvell: a3700: Set TXDCLK_2X_SEL bit during PCIe initializationPali Rohár2-1/+2
2021-10-08Convert CONFIG_STM32_FLASH to KconfigPatrick Delaunay1-0/+7