summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-coldfireTom Rini2016-09-263-2/+30
|\
| * board: amcore: update to use dm serial driverAngelo Dureghello2016-09-252-1/+18
| * board: amcore: add update scriptsAngelo Dureghello2016-09-251-1/+12
* | i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese2016-09-261-0/+1
* | i2c: mv_i2c.c: Validate read length in I2C commandjinghua2016-09-261-0/+5
* | i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2016-09-262-7/+38
* | i2c: mv_i2c.c: Add DM supportStefan Roese2016-09-261-48/+136
* | i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese2016-09-261-126/+141
* | i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese2016-09-261-2/+0
* | i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese2016-09-261-34/+34
|/
* arm: mvebu: NAND support for DB-88F6820-AMCChris Packham2016-09-243-0/+14
* arm: mvebu: add DB-88F6820-AMC boardChris Packham2016-09-249-0/+483
* arm: mvebu: create generic 88F6820 config optionChris Packham2016-09-242-4/+4
* arm: mvebu: theadorable: Configure board for PCIe 2.0 capabilityStefan Roese2016-09-241-0/+6
* usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada2016-09-231-0/+13
* 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-234-6/+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-2322-22/+22
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-2316-16/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23263-263/+263
* 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-2312-45/+45
* drivers: squash lines for immediate returnMasahiro Yamada2016-09-236-38/+9
* arch, board: squash lines for immediate returnMasahiro Yamada2016-09-2316-82/+21
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2016-09-231-5/+1
* x86: squash lines for immediate returnMasahiro Yamada2016-09-234-28/+4
* usb: squash lines for immediate returnMasahiro Yamada2016-09-234-29/+12
* usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada2016-09-238-90/+8
* video: squash lines for immediate returnMasahiro Yamada2016-09-235-27/+5
* mmc: squash lines for immediate returnMasahiro Yamada2016-09-238-62/+15
* fs-test.sh: Update expected resultsTom Rini2016-09-231-7/+7
* ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns2016-09-231-9/+0
* ext4: Respect group descriptor size when adjusting free countsStefan Brüns2016-09-232-24/+69
* ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2016-09-233-137/+154
* ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns2016-09-231-4/+4
* ext4: Add helper functions for block group descriptor field accessStefan Brüns2016-09-232-0/+94
* ext4: determine group descriptor size for 64bit featureStefan Brüns2016-09-232-4/+16
* ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns2016-09-231-4/+46
* ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns2016-09-231-1/+5
* ext4: Correct block number handling, empty block vs. error codeStefan Brüns2016-09-232-4/+13
* ext4: remove duplicated block release code for extentsStefan Brüns2016-09-231-77/+33
* ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns2016-09-231-6/+4
* ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2016-09-232-3/+0
* ext4: Fix memory leak in case of failureStefan Brüns2016-09-231-2/+2
* ext4: Avoid out-of-bounds access of block bitmapStefan Brüns2016-09-231-22/+12
* ext4: After completely filled group, scan next group from the beginningStefan Brüns2016-09-231-3/+5
* ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns2016-09-231-3/+0
* ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns2016-09-231-7/+7