summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada2015-09-192-6/+17
|/
* net: designware: Add support to PCI designware devicesBin Meng2015-09-161-0/+42
* dm: pci: Add an inline API to test if a device is on a PCI busBin Meng2015-09-161-2/+2
* Merge git://git.denx.de/u-boot-fdtTom Rini2015-09-161-1/+4
|\
| * fdt: add new fdt address parsing functionsStephen Warren2015-09-151-1/+4
* | arm: Remove unused ST-Ericsson u8500 archStefan Roese2015-09-155-803/+1
* | mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese2015-09-151-6/+15
|/
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2015-09-132-10/+36
|\
| * serial: serial-sh: SCIFA interface for R-Car Gen2 SoCsVladimir Barinov2015-08-311-9/+34
| * gpio: sh-pfc: fix gpio input readVladimir Barinov2015-08-311-1/+2
* | pcie_imx: Use 'ms' for millisecondsFabio Estevam2015-09-131-3/+3
* | thermal: imx_thermal: Do not print on errorFabio Estevam2015-09-131-1/+1
* | imx: imx7d: add imx-common cpu support for imx7dAdrian Alonso2015-09-131-1/+1
* | thermal: imx: add imx7d soc thermal supportAdrian Alonso2015-09-131-6/+84
* | thermal: imx_thermal: rework driver to be reusedAdrian Alonso2015-09-132-8/+12
* | usb: ci_udc: fix emissions of ZLPsStephen Warren2015-09-121-10/+8
* | usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan2015-09-121-0/+26
* | gpio: lpc32xx: fix issues with port3 gpioSylvain Lemieux2015-09-111-6/+35
* | bitops: introduce BIT() definitionHeiko Schocher2015-09-115-9/+0
* | dfu: mmc: buffer file reads tooStephen Warren2015-09-112-12/+26
* | dfu: don't keep freeing/reallocatingStephen Warren2015-09-111-2/+2
* | usb: gadget: don't leak configs when unbindingStephen Warren2015-09-112-2/+1
* | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-1120-0/+20
* | Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+1
* | mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-09-111-0/+40
OpenPOWER on IntegriCloud