aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass25-50/+55
2020-02-05dm: core: Use const where possible in device.hSimon Glass1-13/+14
2020-02-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-0/+108
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini6-42/+802
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini7-24/+158
2020-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li1-0/+1
2020-02-04rtc: pcf8563: Add driver model supportBiwen Li1-0/+107
2020-02-04gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner1-2/+2
2020-02-04gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner1-1/+1
2020-02-04gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner1-2/+2
2020-02-04watchdog: omap_wdt: Fix WDT coding styleMarek Vasut1-22/+22
2020-02-04watchdog: omap_wdt: Fix WDT reloadingMarek Vasut1-0/+10
2020-02-04watchdog: omap_wdt: Fix WDT timeout configurationMarek Vasut1-1/+1
2020-02-04gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra1-0/+1
2020-02-04gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra1-1/+1
2020-02-04gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra1-2/+9
2020-02-04x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner1-1/+1
2020-02-04spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner1-10/+2
2020-02-04x86: serial: Add a coreboot serial driverSimon Glass3-0/+58
2020-02-04serial: ns16550: Support run-time configurationSimon Glass2-8/+92
2020-02-02Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-1/+17
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez2-1/+13
2020-02-02usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra1-0/+4
2020-02-01Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodi...Tom Rini8-63/+57
2020-01-31Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-31/+52
2020-02-01mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada2-3/+3
2020-02-01mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2-9/+22
2020-02-01mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada1-2/+10
2020-02-01mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut2-13/+4
2020-02-01mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada1-4/+6
2020-02-01mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut1-0/+7
2020-01-30net: fix typoFlavio Suligoi1-1/+1
2020-01-30ram: rk3328: only do data traning for cs0Kever Yang1-7/+3
2020-01-30arm: rockchip: Add common cru.hJagan Teki7-52/+52
2020-01-30ram: rk3399: don't assume phy_io_config() uses real regsThomas Hebb1-4/+2
2020-01-29net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar3-0/+737
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2-6/+8
2020-01-29dfu: mmc: remove file size limit for io operationsMarek Szyprowski1-16/+30
2020-01-29dfu: mmc: rearrange the codeMarek Szyprowski1-27/+34
2020-01-29Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini22-161/+355
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-0/+5
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini12-231/+1265
2020-01-27power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+409
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+145
2020-01-27rtc: s35392a: encode command correctlyIan Ray1-11/+18
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra1-0/+1
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra2-2/+7
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra4-2/+33
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra3-33/+91
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra3-178/+91