aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-07serial: serial_cortina: add UART DM driver for CAxxxx SoCsJason Li3-0/+172
2020-02-07watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCsJason Li3-0/+148
2020-02-07gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li3-0/+120
2020-02-07eth: mtk-eth: aarch64: fix build warnings on ethernet-driverFrank Wunderlich1-4/+5
2020-02-07eth: mtk-eth: add mt7622 support in mediatek eth driverMarkLee1-1/+3
2020-02-07eth: mtk-eth: add sgmii mode support in mediatek eth driverMarkLee2-0/+59
2020-02-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini6-63/+301
2020-02-06video: enable VIDEO_ANSI and all VIDEO_BBP optionsAnatolij Gustschin1-1/+4
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-05ddr: altera: Add DDR2 support to Gen5 driverMarek Vasut3-38/+163
2020-02-05watchdog: designware: Optionally fetch clock and reset from DTMarek Vasut1-7/+33
2020-02-05watchdog: designware: Convert to DM and DT probingMarek Vasut2-24/+100
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-03watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to KconfigMarek Vasut1-0/+7
2020-02-03reset: socfpga: Poll for reset status after deassert resetLey Foon Tan1-1/+5
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