aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...WIP/12Oct2021Tom Rini2021-10-1212-153/+253
|\
| * usb: sandbox: Add gadget callbacksPatrice Chotard2021-10-121-0/+28
| * usb: gadget: Add bcdDevice for the DWC2 USB Gadget ControllerPatrice Chotard2021-10-121-0/+8
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-126-6/+8
| * i2c: stm32f7: compute i2cclk only one timePatrick Delaunay2021-10-081-10/+8
| * i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay2021-10-081-2/+9
| * i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay2021-10-081-2/+8
| * i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay2021-10-081-2/+1
| * i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay2021-10-081-26/+27
| * spi: stm32: Add ofdata_to_platdata() callbackPatrice Chotard2021-10-081-92/+132
| * Convert CONFIG_STM32_FLASH to KconfigPatrick Delaunay2021-10-081-0/+7
| * phy: stm32-usbphyc: stm32: usbphyc: add protection on phy sub-nodePatrick Delaunay2021-10-081-10/+12
| * phy: stm32-usbphyc: use connector for vbus-supply with phy-stm32-usbphycPatrick Delaunay2021-10-081-5/+7
* | Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-123-0/+214
|\ \
| * | pwm: Add PWM driver for SAMA5D2Dan Sneddon2021-10-123-0/+214
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-10-1239-172/+943
|\ \ \ | |/ / |/| |
| * | sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland2021-10-123-70/+93
| * | i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland2021-10-123-0/+290
| * | i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland2021-10-123-0/+229
| * | power: pmic: Add a driver for X-Powers AXP PMICsSamuel Holland2021-10-123-0/+53
| * | power: pmic: Consistently depend on SPL_DM_PMICSamuel Holland2021-10-121-1/+10
| * | power: pmic: Consistently depend on DM_PMICSamuel Holland2021-10-121-37/+9
| * | clk: sunxi: Add drivers for A31 and H6 PRCM CCUsSamuel Holland2021-10-114-0/+136
| * | clk: sunxi: Add support for I2C gates/resetsSamuel Holland2021-10-1112-0/+86
| * | sunxi: gpio: Remove bank-specific size macrosSamuel Holland2021-10-111-2/+0
| * | sunxi: gpio: Remove name_to_gpio macroSamuel Holland2021-10-114-14/+14
| * | sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-119-14/+2
| * | gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland2021-10-111-14/+0
| * | clk: sunxi: Move header out of arch directorySamuel Holland2021-10-1114-14/+14
* | | clk: ti: add am33xx/am43xx spread spectrum clock supportDario Binacchi2021-10-111-3/+128
|/ /
* | video: move MXS to KconfigAnatolij Gustschin2021-10-092-4/+6
* | video: remove not used mx3fb driverAnatolij Gustschin2021-10-093-914/+0
* | video: simplefb: Add 30bpp supportMark Kettenis2021-10-091-1/+11
* | video: Add 30bpp supportMark Kettenis2021-10-091-3/+8
* | arm: a37xx: pci: Update private structure documentationMarek Behún2021-10-081-8/+9
* | arm: a37xx: pci: Cosmetic changeMarek Behún2021-10-081-7/+7
* | arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár2021-10-081-4/+22
* | arm: a37xx: pci: Do not automatically enable bus mastering on PCI BridgePali Rohár2021-10-081-6/+0
* | arm: a37xx: pci: Add support for accessing PCI Bridge on root busPali Rohár2021-10-081-19/+124
* | arm: a37xx: pci: Fix pcie_advk_link_up()Pali Rohár2021-10-081-1/+2
* | phy: marvell: a3700: Return correct error code when power up failsPali Rohár2021-10-081-6/+20
* | phy: marvell: a3700: Fix configuring polarity invert bitsPali Rohár2021-10-081-0/+12
* | phy: marvell: a3700: Set TXDCLK_2X_SEL bit during PCIe initializationPali Rohár2021-10-082-1/+2
* | Merge tag 'u-boot-amlogic-20211007' of https://source.denx.de/u-boot/custodia...WIP/07Oct2021Tom Rini2021-10-072-7/+2
|\ \
| * | usb: dwc3: meson-gxl: add AXG compatibleNeil Armstrong2021-10-071-0/+1
| * | pci: pcie_dw_meson: fix usb fail when pci link fails to go upNeil Armstrong2021-10-071-7/+1
* | | sysreset: provide SBI based sysreset driverHeinrich Schuchardt2021-10-073-0/+64
* | | serial: Add a debug console using the RISC-V SBI interfaceSamuel Holland2021-10-073-0/+27
* | | clk: k210: Try harder to get the best configSean Anderson2021-10-071-0/+24
* | | k210: clk: Refactor out_of_spec testsSean Anderson2021-10-071-54/+53