summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-111-23/+0
* clk: socfpga: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+2
* clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+1
* core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca2019-04-111-3/+2
* sysreset: use syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-13/+2
* syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-24/+59
* dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()Patrick Delaunay2019-04-111-0/+3
* dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRLPatrice Chotard2019-04-111-4/+7
* dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner2019-04-111-22/+0
* dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2019-04-112-24/+23
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-04-112-22/+19
|\
| * usb: ehci-mx6: Use common code to extract dr_modeAdam Ford2019-04-091-14/+15
| * usb: host: Print device name when scanningIsmael Luceno Cortes2019-04-091-8/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-04-1129-1728/+9177
|\ \
| * | net: sh_eth: Initialize PHY in probe() onceMarek Vasut2019-04-091-14/+17
| * | pinctrl: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut2019-04-097-1496/+2511
| * | pinctrl: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut2019-04-093-62/+81
| * | pinctrl: renesas: Add TDSEL fixup for H2/E2 ES1.0 SoCsMarek Vasut2019-04-092-0/+22
| * | clk: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut2019-04-098-130/+215
| * | clk: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut2019-04-094-16/+14
| * | pinctrl: renesas: Add R8A77965 pin control tablesMarek Vasut2019-04-095-11/+5991
| * | clk: renesas: Add R8A77965 clock tablesMarek Vasut2019-04-094-19/+346
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2019-04-091-0/+10
|\ \
| * | mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu2019-04-091-1/+1
| * | mtd: ubi debug: Remove the pid print from ubi_assertEran Matityahu2019-04-091-0/+10
| |/
* | net: macb: Add small delay after link establishmentStefan Roese2019-04-091-1/+7
* | pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-04-091-0/+34
* | pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea2019-04-091-0/+1
* | pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea2019-04-091-0/+34
* | pinctrl: at91: add option to use drive strength bitsClaudiu Beznea2019-04-091-5/+10
* | arm: at91: Enable watchdog supportStefan Roese2019-04-091-10/+0
* | arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUTStefan Roese2019-04-092-5/+3
* | watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()Stefan Roese2019-04-091-12/+14
* | serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2019-04-092-0/+21
|/
* net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs2019-04-082-0/+12
* net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer2019-04-071-1/+2
* phy: Also allow MESON_GXM for MESON_GXL_USB_PHYNeil Armstrong2019-04-031-1/+1
* clk: sunxi: a10: Add CLK_AHB_GMACJagan Teki2019-04-011-0/+2
* Merge tag 'video-fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-videoTom Rini2019-03-311-25/+37
|\
| * sunxi: video: HDMI: Fix clock setupJernej Skrabec2019-03-281-25/+37
* | Merge tag 'rockchip-fixes-for-2019.04' of git://git.denx.de/u-boot-rockchipTom Rini2019-03-313-13/+76
|\ \
| * | pinctrl: rockchip: Add 32bit writing function for rk3288 gpio0 pinctrlDavid Wu2019-03-293-13/+76
* | | mmc: correct the HS400 initialization processBOUGH CHEN2019-03-291-2/+1
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-03-263-8/+57
|\ \ | |/ |/|
| * mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut2019-03-251-1/+4
| * mmc: sh_mmcif: Set default MMCIF clock rateMarek Vasut2019-03-251-1/+1
| * clk: renesas: Add support for setting MMCIF clock divider on Gen2Marek Vasut2019-03-251-0/+42
| * clk: renesas: Fix swapped div and mul in debug output on Gen2Marek Vasut2019-03-251-1/+1
| * clk: renesas: Fix SDH clock divider decoding on Gen2Marek Vasut2019-03-251-5/+9
* | Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay2019-03-251-0/+36