aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-11mtd: sf: Add support AT26DF081A chipYao Yuan1-0/+1
2015-10-11spi: tegra20: Add support for mode selectionMirza Krak1-0/+21
2015-10-11spi: zynq_spi: Fix to configure CPOL, CPHA maskJagan Teki1-3/+4
2015-10-11spi: xilinx_spi: Fix to configure CPOL, CPHA maskJagan Teki1-5/+5
2015-10-09Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+1
2015-10-08pci: Fix expansion ROM programming for multi-function devicesBin Meng1-0/+1
2015-10-08Merge git://git.denx.de/u-boot-dmTom Rini2-3/+7
2015-10-05sandbox: Correct operaion of 'reset' commandSimon Glass1-1/+1
2015-10-05dm: core: Don't use pinctrl for the root deviceSimon Glass1-2/+6
2015-10-03serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIPMasahiro Yamada1-1/+1
2015-10-03gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()Przemyslaw Marczak1-7/+11
2015-10-02Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-32/+26
2015-10-02gpio: tegra: use named constantsStephen Warren1-14/+19
2015-10-02gpio: tegra: remove unused typeStephen Warren1-7/+0
2015-10-02ARM: tegra: don't enable GPIOs until direction is setStephen Warren1-12/+6
2015-10-02ARM: tegra: fix GPIO init table programmingStephen Warren1-3/+5
2015-10-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+6
2015-10-02I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)1-0/+6
2015-09-30Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2-4/+12
2015-09-29net: fix netconsole when CONFIG_DM_ETH is setBernhard Nortmann1-3/+11
2015-09-29net: phy: on phy device create do not initialize link to 1Mugunthan V N1-1/+1
2015-09-29sunxi: mmc: Fix clk-delay settingsHans de Goede1-3/+13
2015-09-29sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede1-6/+20
2015-09-28mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)Ɓukasz Majewski1-1/+1
2015-09-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-2/+10
2015-09-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini12-0/+1142
2015-09-25ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*Masahiro Yamada1-6/+6
2015-09-25pinctrl: uniphier: add UniPhier PH1-LD6b pinctrl driverMasahiro Yamada3-0/+140
2015-09-25pinctrl: uniphier: add UniPhier ProXstream2 pinctrl driverMasahiro Yamada3-0/+147
2015-09-25pinctrl: uniphier: add UniPhier PH1-Pro5 pinctrl driverMasahiro Yamada3-0/+151
2015-09-25pinctrl: uniphier: add UniPhier PH1-sLD8 pinctrl driverMasahiro Yamada3-0/+148
2015-09-25pinctrl: uniphier: add UniPhier PH1-Pro4 pinctrl driverMasahiro Yamada3-0/+137
2015-09-25pinctrl: uniphier: add UniPhier PH1-LD4 pinctrl driverMasahiro Yamada3-0/+141
2015-09-23pinctrl: uniphier: add UniPhier pinctrl core supportMasahiro Yamada6-0/+278
2015-09-22Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-234/+1998
2015-09-21drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-IdentifierCodrin Ciubotariu1-1/+1
2015-09-21drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu1-0/+86
2015-09-21drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu1-0/+95
2015-09-21drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu1-0/+478
2015-09-21drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu1-0/+472
2015-09-21drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu1-0/+141
2015-09-21drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu1-0/+256
2015-09-21drivers/net/vsc9953: Use the generic Ethernet Switch parserCodrin Ciubotariu1-184/+165
2015-09-21drivers/net/vsc9953: Add default configuration for VSC9953 L2 SwitchCodrin Ciubotariu1-0/+253
2015-09-21drivers/net/vsc9953: Fix bug when enabling a portCodrin Ciubotariu1-2/+2
2015-09-21drivers/net/vsc9953: Cleanup patchCodrin Ciubotariu1-71/+73
2015-09-21drivers/net/vsc9953: Remove 'CONFIG_' from macros' nameCodrin Ciubotariu1-19/+19
2015-09-20mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan1-1/+8
2015-09-20imx: wdog: correct wcr register settingsPeng Fan1-1/+2
2015-09-19pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada2-6/+17