summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is definedMugunthan V N2016-04-181-0/+5
* drivers: mmc: omap_hsmmc: Fix conversion of address to a pointerMugunthan V N2016-04-181-1/+2
* drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini2016-04-151-1/+1
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-151-0/+16
* dm: device.c: Minor coding-style fixStefan Roese2016-04-141-6/+6
* dm: core: device: set pinctrl state for pinctrl devicePeng Fan2016-04-141-0/+3
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-04-136-96/+596
|\
| * dm: i2c: Add driver for Cadence I2C IPMoritz Fischer2016-04-133-0/+343
| * GPIO: pca953x: Remove compilation warnings on arm64Michal Simek2016-04-131-2/+2
| * zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMPSiva Durga Prasad Paladugu2016-04-131-1/+1
| * gpio: zynqmp: Add GPIO driver support for ZynqMPSiva Durga Prasad Paladugu2016-04-131-53/+147
| * gpio: zynq: Move the definitions to driver fileSiva Durga Prasad Paladugu2016-04-131-0/+61
| * gpio: zynq: Remove non driver model codeSiva Durga Prasad Paladugu2016-04-131-157/+1
| * gpio: Kconfig: Enable Zynq GPIO driver using kconfigSiva Durga Prasad Paladugu2016-04-131-0/+7
| * gpio: zynq: Convert Zynq GPIO to driver modelSiva Durga Prasad Paladugu2016-04-131-0/+151
* | mtd: cfi: Unlock current sector instead of sector 0 before buffered writeRouven Behr2016-04-131-1/+1
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-04-121-0/+4
|\ \
| * | gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()Stefan Roese2016-04-121-0/+4
| |/
* | sunxi: H3: Do not clear usb companion clk-gate / reset on removeHans de Goede2016-04-122-6/+14
|/
* Merge branch 'master' of git://git.denx.de/u-boot-arcTom Rini2016-04-111-16/+0
|\
| * arc: get rid of running_on_hwAlexey Brodkin2016-04-111-16/+0
* | lib/crc8: Add crc start valueStefan Roese2016-04-111-1/+1
* | bootcounter_ram: Flush dcache after data is written into SDRAMStefan Roese2016-04-111-0/+3
* | stm32: stm32_flash: add memory barrier during flash writeVikas Manocha2016-04-111-0/+4
* | spmi: Fix sandbox spmi driver memory corruptionMateusz Kulikowski2016-04-111-1/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-04-101-1/+0
|\
| * arm: socfpga: Nuke useless includeMarek Vasut2016-04-101-1/+0
* | musb: Properly call musb_stop() on probe failureHans de Goede2016-04-101-1/+3
* | musb: sunxi: Do not allocate musb struct multiple timesHans de Goede2016-04-101-4/+7
* | usb: bcm_udc_otg: enable clocksSteve Rae2016-04-101-0/+4
* | drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash2016-04-101-11/+14
* | drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash2016-04-102-16/+17
* | drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash2016-04-101-43/+29
* | drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash2016-04-103-195/+219
* | usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski2016-04-101-2/+2
* | drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal2016-04-104-1/+297
* | drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal2016-04-102-15/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-04-065-49/+235
|\
| * armv8: LS2080A: Consolidate LS2080A and LS2085AYork Sun2016-04-063-4/+13
| * drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports onlyCodrin Ciubotariu2016-04-061-1/+1
| * drivers: net: vsc9953: Do not configure disabled portsCodrin Ciubotariu2016-04-061-4/+8
| * fsl: esdhc: support driver modelPeng Fan2016-04-061-40/+213
* | kirkwood_nand: claim MPP pins on the flyChris Packham2016-04-061-0/+19
* | spi: kirkwood_spi: Add support for multiple chip-selects on MVEBUStefan Roese2016-04-061-0/+14
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-04-048-15/+369
|\
| * net: zynq_gem: Add SGMII support for zynqMPSiva Durga Prasad Paladugu2016-04-041-2/+11
| * net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu2016-04-041-1/+38
| * net: zynq_gem: Return error incase of invalid phy addressSiva Durga Prasad Paladugu2016-04-041-3/+1
| * block: Add support for Ceva sataMichal Simek2016-04-042-0/+114
| * net: axi_emac: Report phy-node error message permanentlyMichal Simek2016-04-041-1/+1
OpenPOWER on IntegriCloud