aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-12video: mxsfb: introduce lcdif_power_downPeng Fan1-0/+17
2015-11-12mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan1-1/+1
2015-11-12Merge git://git.denx.de/u-bootStefano Babic84-576/+2638
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou2-0/+191
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou2-25/+81
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou1-1/+1
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou1-15/+21
2015-11-12mtd: add altera quadspi driverThomas Chou3-0/+283
2015-11-12cfi_flash: convert to driver modelThomas Chou2-0/+89
2015-11-12dm: implement a MTD uclassThomas Chou3-0/+34
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini11-3/+34
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini7-220/+122
2015-11-06net: altera_tse: get numbers of fdt address and size cellsThomas Chou1-6/+8
2015-11-06net: altera_tse: use BIT macroThomas Chou1-15/+15
2015-11-06net: altera_tse: remove the useless parenthesisThomas Chou1-15/+15
2015-11-06net: altera_tse: fix packed and aligned attributeThomas Chou1-1/+1
2015-11-06net: altera_tse: use data type u32 for regs and descThomas Chou2-60/+60
2015-11-06net: altera_tse: remove unused macro and regs defThomas Chou1-101/+3
2015-11-06altera_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06spi: altera_spi: minor clean upThomas Chou1-2/+2
2015-11-06misc: altera_sysid: minor clean upThomas Chou1-2/+2
2015-11-06timer: altera_timer: minor clean upThomas Chou1-7/+7
2015-11-06timer: altera_timer: use BIT macroThomas Chou1-3/+3
2015-11-06serial: altera_uart: minor clean upThomas Chou1-11/+10
2015-11-06serial: altera_uart: use BIT macroThomas Chou1-3/+3
2015-11-06serial: altera_jtag_uart: minor clean upThomas Chou1-14/+13
2015-11-06serial: altera_jtag_uart: use BIT macroThomas Chou1-3/+3
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam3-2/+34
2015-11-05sf: Add SPI protection mechanism from the kernelFabio Estevam2-0/+173
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam2-2/+2
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-6/+5
2015-11-05Merge git://git.denx.de/u-boot-samsungTom Rini12-7/+862
2015-11-05Merge git://git.denx.de/u-boot-usbTom Rini8-18/+22
2015-11-05Merge git://git.denx.de/u-boot-socfpgaTom Rini2-13/+21
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng1-1/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng5-5/+5
2015-11-05spi: cadence_qspi: Ensure check for max frequency in placeChin Liang See1-0/+3
2015-11-05spi: cadence_qspi: Fix fdt read of spi-max-frequencyChin Liang See1-4/+4
2015-11-05spi: cadence_qspi: Ensure spi_calibration is run when sclk changeChin Liang See2-9/+14
2015-11-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-1/+35
2015-11-04rtc: Add MCP79411 support to DS1307 rtc driverAndy Fleming2-1/+35
2015-11-04arm: zynq: Move serial driver to driver modelSimon Glass1-98/+65
2015-11-04arm: zynq: serial: Drop non-device-tree serial driver portionsSimon Glass1-15/+0
2015-11-04arm: zynq: Support the debug UARTSimon Glass2-16/+68
2015-11-04dm: serial: Deal with stdout-path with an aliasSimon Glass1-5/+25
2015-11-03usb: udc: Fix warnings on 64-bit buildsMichal Simek1-1/+1
2015-11-03usb: lthor: Specify correct parameter for sizeof typeMichal Simek1-1/+1
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek4-15/+16
2015-11-03dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R1-1/+3