aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-16tegra: video: Move all fdt-decoding into a single functionSimon Glass1-159/+105
2016-02-16tegra: video: Move LCD enums into the driverSimon Glass1-0/+20
2016-02-16tegra: video: Remove the static variablesSimon Glass1-16/+15
2016-02-16tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass1-213/+172
2016-02-16tegra: video: Merge the two config structures togetherSimon Glass1-19/+53
2016-02-16tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2-4/+1
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass1-0/+396
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2-1/+9
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass6-194/+237
2016-02-16tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass3-98/+79
2016-02-16tegra: pwm: Add a driver for the tegra PWMSimon Glass2-0/+88
2016-02-16tegra: gpio: Show the GPIO value for outputsSimon Glass1-1/+4
2016-02-16tegra: mmc: Fix comments in the MMC driver initSimon Glass1-2/+2
2016-02-16dm: video: Flush the cache after a puts()Simon Glass1-0/+1
2016-02-16tegra: keyboard: Fix the init orderSimon Glass1-1/+1
2016-02-14Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini10-83/+413
2016-02-14usb: remove UniPhier EHCI driverMasahiro Yamada3-83/+0
2016-02-14clk: uniphier: add Media I/O clock driver for UniPhier SoCsMasahiro Yamada7-0/+413
2016-02-12arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2-0/+1155
2016-02-12zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu1-0/+7
2016-02-12mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith1-3/+3
2016-02-12mtd: pxa3xx_nand: Correct offset calculationKevin Smith1-2/+2
2016-02-12mtd: pxa3xx_nand: Correct null dereferenceKevin Smith1-7/+0
2016-02-12nand: mxs: fix error handling for mxs_nand_initPeng Fan1-9/+15
2016-02-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-1/+13
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass1-0/+10
2016-02-08s3c24xx: serial: Remove dead codeDavid Müller (ELSOFT AG)1-6/+0
2016-02-08Remove unused CONFIG_HWFLOW option and associated dead code.David Müller (ELSOFT AG)1-35/+0
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-18/+0
2016-02-08drivers: net: keystone_net: convert driver to adopt device driver modelMugunthan V N1-40/+433
2016-02-08drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N1-2/+4
2016-02-08dm: pxa: serial: Drop serial_sa1100 serial driverSimon Glass2-163/+0
2016-02-08dm: serial: Drop serial_max3100 serial driverSimon Glass2-295/+0
2016-02-08dm: freescale: serial: Drop serial_imx serial driverSimon Glass2-224/+0
2016-02-08dm: opencores: Drop opencores_yanu serial driverSimon Glass2-243/+0
2016-02-08dm: freescale: Drop mxs_auart serial driverSimon Glass2-152/+0
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha1-40/+0
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini22-25/+27
2016-02-06video: bcm2835: use bus_to_phys() on FB addressStephen Warren1-1/+3
2016-02-06net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava1-1/+3
2016-02-06net: fix wrong initialization in davinci-emac driverVishwas Srivastava1-2/+2
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng20-21/+21
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng2-1/+78
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng1-3/+1
2016-02-05net: pch_gbe: Convert to use DM PCI APIBin Meng2-16/+13
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng1-102/+23
2016-02-05x86: pch9: Implement get_io_base opBin Meng1-0/+17
2016-02-05dm: pch: Add get_io_base opBin Meng1-0/+11
2016-02-05x86: pch: Implement get_gpio_base opBin Meng2-0/+66