summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-21clk: boston: Providea simple driver for Boston board clocksPaul Burton3-0/+106
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton1-0/+11
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton1-37/+41
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton1-0/+20
2016-09-21net: pch_gbe: Make 64 bit safePaul Burton1-10/+10
2016-09-21net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton1-5/+3
2016-09-21pci: Flip condition for detecting non-PCI parent devicesPaul Burton1-1/+1
2016-09-21pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton3-0/+228
2016-09-21serial: ns16550: Support clocks via phandlePaul Burton1-3/+18
2016-09-21net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel1-1/+1
2016-09-21net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel1-41/+45
2016-09-21net: emaclite: Use ioremap_nocacheZubair Lutfullah Kakakhel1-1/+3
2016-09-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini18-137/+322
2016-09-18Merge branch 'master' of git://www.denx.de/git/u-boot-sunxiTom Rini3-25/+51
2016-09-18pinctrl: uniphier: add UniPhier sLD3 pinctrl driverMasahiro Yamada3-0/+135
2016-09-18pinctrl: uniphier: support 4bit-width pin-mux register capabilityMasahiro Yamada2-14/+11
2016-09-18sunxi: musb: Re-init musb controller on repeated probe callsHans de Goede1-9/+11
2016-09-17sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai1-16/+12
2016-09-17sunxi: axp2xx: disable ldoio0/1 at bootHans de Goede2-0/+28
2016-09-17Use separate options for TPL supportSimon Glass1-1/+15
2016-09-14pinctrl: uniphier: move register base macros from header to .c fileMasahiro Yamada2-4/+4
2016-09-14pinctrl: uniphier: add System Bus pin-mux settingsMasahiro Yamada8-0/+147
2016-09-14mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada2-26/+25
2016-09-14usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada3-93/+0
2016-09-13i2c: at91_i2c: Fix the wrong include fileWenyou Yang1-1/+1
2016-09-13rockchip: i2c: fix >32 byte writesJohn Keeping1-2/+2
2016-09-13rockchip: i2c: move register write out of inner loopJohn Keeping1-2/+2
2016-09-13rockchip: i2c: use named constant when appropriateJohn Keeping1-1/+1
2016-09-09net: asix: Fix AX88772B when used with DriverModelJoshua Scott1-0/+5
2016-09-09Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+5
2016-09-06regulator: fixed: obey startup delayJohn Keeping1-0/+10
2016-09-06meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani1-0/+1
2016-09-06pinctrl: add driver for meson-gxbb pin controllerBeniamino Galvani7-0/+704
2016-09-06pinctrl: generic: scan for "pins" and "groups" properties in sub-nodesBeniamino Galvani1-2/+4
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf2-0/+4
2016-09-06bcm2835_gpio: Implement GPIOF_FUNCAlexander Graf1-13/+17
2016-09-06mtd: nand: mxs: fix cache alignment for cache lines >32Stefan Agner1-0/+5
2016-09-02nand: Fix some more NULL name testsScott Wood2-3/+3
2016-09-02mtd: nand: pxa3xx: use nand_set_controller_dataChris Packham1-0/+1
2016-08-28Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini3-70/+80
2016-08-28ARM: uniphier: change UNIPHIER_SERIAL to default y optionMasahiro Yamada1-0/+1
2016-08-28mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada1-2/+5
2016-08-28mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada1-5/+9
2016-08-28mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada1-21/+19
2016-08-28mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada2-47/+51
2016-08-28mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada1-2/+2
2016-08-26sunxi: display: Use PWM to drive backlight where applicableHans de Goede1-0/+11
2016-08-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2016-08-26i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese1-2/+2
2016-08-26spi: tegra: fix hang in set_mode()Stephen Warren3-0/+11