summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/05Feb2020Tom Rini2020-02-052-0/+108
|\
| * i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
| * rtc: pcf8563: Add driver model supportBiwen Li2020-02-041-0/+107
* | Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-056-42/+802
|\ \
| * | net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar2020-01-293-0/+737
| * | usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2020-01-292-6/+8
| * | dfu: mmc: remove file size limit for io operationsMarek Szyprowski2020-01-291-16/+30
| * | dfu: mmc: rearrange the codeMarek Szyprowski2020-01-291-27/+34
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/04Feb2020Tom Rini2020-02-047-24/+158
|\ \ \
| * | | gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner2020-02-041-2/+2
| * | | gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner2020-02-041-1/+1
| * | | gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner2020-02-041-2/+2
| * | | x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner2020-02-041-1/+1
| * | | spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner2020-02-041-10/+2
| * | | x86: serial: Add a coreboot serial driverSimon Glass2020-02-043-0/+58
| * | | serial: ns16550: Support run-time configurationSimon Glass2020-02-042-8/+92
| | |/ | |/|
* | | watchdog: omap_wdt: Fix WDT coding styleMarek Vasut2020-02-041-22/+22
* | | watchdog: omap_wdt: Fix WDT reloadingMarek Vasut2020-02-041-0/+10
* | | watchdog: omap_wdt: Fix WDT timeout configurationMarek Vasut2020-02-041-1/+1
* | | gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra2020-02-041-0/+1
* | | gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra2020-02-041-1/+1
* | | gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra2020-02-041-2/+9
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/02Feb2020Tom Rini2020-02-023-1/+17
|\ \
| * | dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez2020-02-022-1/+13
| * | usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra2020-02-021-0/+4
* | | Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodi...WIP/01Feb2020Tom Rini2020-02-018-63/+57
|\ \ \ | |/ / |/| |
| * | ram: rk3328: only do data traning for cs0Kever Yang2020-01-301-7/+3
| * | arm: rockchip: Add common cru.hJagan Teki2020-01-307-52/+52
| * | ram: rk3399: don't assume phy_io_config() uses real regsThomas Hebb2020-01-301-4/+2
* | | Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u...WIP/31Jan2020Tom Rini2020-01-315-31/+52
|\ \ \
| * | | mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada2020-02-012-3/+3
| * | | mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2020-02-012-9/+22
| * | | mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada2020-02-011-2/+10
| * | | mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut2020-02-012-13/+4
| * | | mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada2020-02-011-4/+6
| * | | mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut2020-02-011-0/+7
| | |/ | |/|
* | | net: fix typoFlavio Suligoi2020-01-301-1/+1
| |/ |/|
* | Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cWIP/29Jan2020Tom Rini2020-01-2922-161/+355
|\ \
| * | i2c: designware_i2c: Do more in the probe() methodSimon Glass2020-01-271-8/+8
| * | i2c: designware_i2c: Separate out the speed calculationSimon Glass2020-01-272-33/+48
| * | i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-272-17/+17
| * | i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-272-2/+12
| * | i2c: Update drivers to use enum for speedSimon Glass2020-01-2714-26/+32
| * | i2c: stm32: Update to use standard enums for speedSimon Glass2020-01-271-27/+16
| * | i2c: omap: Update to use standard enums for speedSimon Glass2020-01-272-5/+1
| * | i2c: kona_i2c: Update to use standard enums for speedSimon Glass2020-01-271-17/+11
| * | i2c: designware_i2c: Update to use standard enums for speedSimon Glass2020-01-272-18/+5
| * | i2c: ast_i2c: Update to use standard enums for speedSimon Glass2020-01-272-3/+1
| * | i2c: designware_i2c: Add spike supressionSimon Glass2020-01-273-1/+13
| * | i2c: designware_i2c: Rewrite timing calculationSimon Glass2020-01-271-22/+147