summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-05arc: Use the generic bitops headersFabio Estevam1-0/+5
2015-11-05mips: Use the generic bitops headersFabio Estevam1-0/+5
2015-11-05nios2: Use the generic bitops headersFabio Estevam1-0/+5
2015-11-05nds32: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-05openrisc: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-05sparc: Use the generic bitops headersFabio Estevam1-0/+5
2015-11-05sandbox: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-05microblaze: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-05sh: Use the generic bitops headersFabio Estevam1-0/+5
2015-11-05blackfin: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-05m68k: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-05x86: Use the generic bitops headersFabio Estevam1-1/+20
2015-11-05ARM: Use the generic bitops headersFabio Estevam1-0/+5
2015-11-05include: Add generic bitops headersFabio Estevam4-0/+163
2015-11-05include: Add log2 header from the kernelFabio Estevam1-0/+205
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini18-26/+13
2015-11-05Merge git://git.denx.de/u-boot-samsungTom Rini50-56/+1966
2015-11-05Merge git://git.denx.de/u-boot-usbTom Rini10-46/+39
2015-11-05Merge git://git.denx.de/u-boot-socfpgaTom Rini6-17/+56
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng7-7/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng17-19/+13
2015-11-05sandbox: adc: Add missing header filePrzemyslaw Marczak1-0/+31
2015-11-05arm: dts: socfpga: Increase the spi-max-frequency for QSPI flashChin Liang See1-1/+1
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-05lib, fdt: Adding fdtdec_get_uint functionChin Liang See2-0/+31
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini23-1/+1845
2015-11-05mpc85xx: Add support for the Varisys Cyrus boardAndy Fleming21-0/+1810
2015-11-05rtc: Add MCP79411 support to DS1307 rtc driverAndy Fleming2-1/+35
2015-11-04ARM: zynq: Remove zc70x targetMichal Simek3-34/+1
2015-11-04arm: zynq: Move serial driver to driver modelSimon Glass10-113/+67
2015-11-04arm: zynq: serial: Drop non-device-tree serial driver portionsSimon Glass1-15/+0
2015-11-04ARM: zynqmp: Enable DM and OF bindingMichal Simek2-1/+5
2015-11-04arm: zynq: dts: Add U-Boot device tree additionsSimon Glass11-0/+19
2015-11-04dm: arm: zynq: Enable device tree control in SPLSimon Glass2-1/+12
2015-11-04arm: zynq: Support the debug UARTSimon Glass4-16/+78
2015-11-04arm: zynq: Drop unnecessary code in SPL board_init_f()Simon Glass1-5/+1
2015-11-04arm: zynq: Use separate device tree instead of embeddedSimon Glass12-12/+16
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass3-2/+16
2015-11-04dm: spl: Generate u-boot-spl-dtb.bin only when enabledSimon Glass1-0/+2
2015-11-04dm: serial: Deal with stdout-path with an aliasSimon Glass1-5/+25
2015-11-04fdtgrep: Simplify the alias generation codeSimon Glass1-22/+10
2015-11-04fdt: Correct handling of alias regionsSimon Glass1-1/+1
2015-11-04fdt: Add a function to look up a /chosen propertySimon Glass2-6/+20
2015-11-04ARM: zynqmp: Add DTS for ep108 boardMichal Simek4-0/+963
2015-11-04zynq-common: Define CONFIG_SYS_I2C_ZYNQ based on board configSiva Durga Prasad Paladugu1-0/+3
2015-11-03arm: socfpga: reset: correct dma, qspi, and sdmmc reset bit definesDinh Nguyen1-3/+3
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