summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2016-09-271-2/+2
* apalis_t30: colibri_imx7: colibri_t30: fix ethernet functionalityMarcel Ziswiler2016-09-273-5/+4
* dra7x: configs: enable SPL-DFU supportB, Ravi2016-09-272-3/+19
* spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-271-0/+8
* common: dfu: saperate the dfu common functionalityB, Ravi2016-09-271-0/+1
* drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash2016-09-271-0/+3
* colibri_t30: fix usb ethernet functionalityMarcel Ziswiler2016-09-271-0/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-2617-106/+1020
|\
| * armv7: ls1021a: Convert CONFIG_LS1_DEEP_SLEEP to Kconfig optionYork Sun2016-09-262-2/+0
| * armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021AYork Sun2016-09-262-2/+1
| * driver: ddr: fsl_mmdc: Pass board parameters through data structureYork Sun2016-09-264-51/+17
| * armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun2016-09-261-1/+0
| * armv8: ls1046aqds: Add LS1046AQDS board supportShaohui Xie2016-09-142-1/+524
| * armv8: ls1046ardb: Add LS1046ARDB board supportMingkai Hu2016-09-142-0/+415
| * Export memset for standalone AQ FW load appsShaohui Xie2016-09-142-1/+2
| * driver/ddr/fsl: Add general MMDC driver and reuse common MMDC driver for ls1012aShengzhou Liu2016-09-144-60/+101
| * nxp: ls102xa: add LS1 PSCI system suspendHongbo Zhang2016-09-142-0/+2
| * nxp: ls102xa: add registers definition for system sleepHongbo Zhang2016-09-141-0/+7
| * armv8: ls2080a: Remove debug server supportYork Sun2016-09-142-39/+1
| * fsl: csu: add an API to set R/W permission to PCIeHou Zhiqiang2016-09-141-0/+1
| * fsl: csu: add an API to set individual device access permissionHou Zhiqiang2016-09-141-0/+1
| * driver/ddr/fsl: Add more debug registersYork Sun2016-09-142-3/+2
* | kconfig: introduce kconfig for UBIHeiko Schocher2016-09-2653-70/+0
* | board: amcore: add update scriptsAngelo Dureghello2016-09-251-1/+12
* | arm: mvebu: NAND support for DB-88F6820-AMCChris Packham2016-09-241-0/+4
* | arm: mvebu: add DB-88F6820-AMC boardChris Packham2016-09-241-0/+123
* | reset: add no-op stubs for optional reset controlMasahiro Yamada2016-09-231-0/+32
* | errno.h: sync error macros with linux 4.8-rc7Masahiro Yamada2016-09-231-11/+46
* | Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada2016-09-233-4/+2
* | Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada2016-09-232-140/+126
* | treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-237-7/+7
* | Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>Masahiro Yamada2016-09-231-0/+6
* | treewide: use #include <...> to include public headersMasahiro Yamada2016-09-231-5/+5
* | ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2016-09-231-1/+0
* | ext4: determine group descriptor size for 64bit featureStefan Brüns2016-09-231-0/+2
* | ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns2016-09-231-4/+46
* | ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2016-09-231-2/+0
* | ext4: Avoid corruption of directories with hash tree indexesStefan Brüns2016-09-231-0/+1
* | ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2016-09-231-1/+1
* | ext4: fix endianess problems in ext4 write supportMichael Walle2016-09-231-1/+1
* | ext4: use kernel names for byte swapsMichael Walle2016-09-231-2/+2
* | ext4: change structure fields to __le/__be typesMichael Walle2016-09-231-68/+68
* | fs/fat: Do not write unmodified fat entries to diskStefan Brüns2016-09-231-0/+1
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2016-09-223-0/+27
|\ \
| * | rockchip: rk3288: skip lowlevel_init processXu Ziyuan2016-09-221-0/+1
| * | config: rk3399: add usb related configsMengDongyang2016-09-221-0/+12
| * | usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang2016-09-221-0/+14
* | | ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini2016-09-221-13/+12
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-09-223-15/+3
|\ \ \