summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc: ppc4xx: remove lwmon5 support"Stefan Roese2015-10-111-1/+2
* mtd: sf: Add support AT26DF081A chipYao Yuan2015-10-111-0/+1
* spi: tegra20: Add support for mode selectionMirza Krak2015-10-111-0/+21
* spi: zynq_spi: Fix to configure CPOL, CPHA maskJagan Teki2015-10-111-3/+4
* spi: xilinx_spi: Fix to configure CPOL, CPHA maskJagan Teki2015-10-111-5/+5
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-10-091-0/+1
|\
| * pci: Fix expansion ROM programming for multi-function devicesBin Meng2015-10-081-0/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2015-10-082-3/+7
|\ \
| * | sandbox: Correct operaion of 'reset' commandSimon Glass2015-10-051-1/+1
| * | dm: core: Don't use pinctrl for the root deviceSimon Glass2015-10-051-2/+6
| |/
* | serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIPMasahiro Yamada2015-10-031-1/+1
|/
* gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()Przemyslaw Marczak2015-10-031-7/+11
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-10-021-32/+26
|\
| * gpio: tegra: use named constantsStephen Warren2015-10-021-14/+19
| * gpio: tegra: remove unused typeStephen Warren2015-10-021-7/+0
| * ARM: tegra: don't enable GPIOs until direction is setStephen Warren2015-10-021-12/+6
| * ARM: tegra: fix GPIO init table programmingStephen Warren2015-10-021-3/+5
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-10-021-0/+6
|\ \
| * | I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)2015-10-021-0/+6
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-09-302-4/+12
|\ \
| * | net: fix netconsole when CONFIG_DM_ETH is setBernhard Nortmann2015-09-291-3/+11
| * | net: phy: on phy device create do not initialize link to 1Mugunthan V N2015-09-291-1/+1
| |/
* | sunxi: mmc: Fix clk-delay settingsHans de Goede2015-09-291-3/+13
* | sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede2015-09-291-6/+20
|/
* mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)Łukasz Majewski2015-09-281-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-09-242-2/+10
|\
| * mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan2015-09-201-1/+8
| * imx: wdog: correct wcr register settingsPeng Fan2015-09-201-1/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-09-2412-0/+1142
|\ \
| * | ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*Masahiro Yamada2015-09-251-6/+6
| * | pinctrl: uniphier: add UniPhier PH1-LD6b pinctrl driverMasahiro Yamada2015-09-253-0/+140
| * | pinctrl: uniphier: add UniPhier ProXstream2 pinctrl driverMasahiro Yamada2015-09-253-0/+147
| * | pinctrl: uniphier: add UniPhier PH1-Pro5 pinctrl driverMasahiro Yamada2015-09-253-0/+151
| * | pinctrl: uniphier: add UniPhier PH1-sLD8 pinctrl driverMasahiro Yamada2015-09-253-0/+148
| * | pinctrl: uniphier: add UniPhier PH1-Pro4 pinctrl driverMasahiro Yamada2015-09-253-0/+137
| * | pinctrl: uniphier: add UniPhier PH1-LD4 pinctrl driverMasahiro Yamada2015-09-253-0/+141
| * | pinctrl: uniphier: add UniPhier pinctrl core supportMasahiro Yamada2015-09-236-0/+278
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-09-221-234/+1998
|\ \ \ | |/ / |/| |
| * | drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-IdentifierCodrin Ciubotariu2015-09-211-1/+1
| * | drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu2015-09-211-0/+86
| * | drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu2015-09-211-0/+95
| * | drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu2015-09-211-0/+478
| * | drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu2015-09-211-0/+472
| * | drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu2015-09-211-0/+141
| * | drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu2015-09-211-0/+256
| * | drivers/net/vsc9953: Use the generic Ethernet Switch parserCodrin Ciubotariu2015-09-211-184/+165
| * | drivers/net/vsc9953: Add default configuration for VSC9953 L2 SwitchCodrin Ciubotariu2015-09-211-0/+253
| * | drivers/net/vsc9953: Fix bug when enabling a portCodrin Ciubotariu2015-09-211-2/+2
| * | drivers/net/vsc9953: Cleanup patchCodrin Ciubotariu2015-09-211-71/+73
| * | drivers/net/vsc9953: Remove 'CONFIG_' from macros' nameCodrin Ciubotariu2015-09-211-19/+19
| |/
OpenPOWER on IntegriCloud