aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Merge branch 'master' of git://git.denx.de/u-boot-coldfireTom Rini3-2/+30
2016-09-26i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese1-0/+1
2016-09-26i2c: mv_i2c.c: Validate read length in I2C commandjinghua1-0/+5
2016-09-26i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2-7/+38
2016-09-26i2c: mv_i2c.c: Add DM supportStefan Roese1-48/+136
2016-09-26i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese1-126/+141
2016-09-26i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese1-2/+0
2016-09-26i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese1-34/+34
2016-09-25board: amcore: update to use dm serial driverAngelo Dureghello2-1/+18
2016-09-25board: amcore: add update scriptsAngelo Dureghello1-1/+12
2016-09-24arm: mvebu: NAND support for DB-88F6820-AMCChris Packham3-0/+14
2016-09-24arm: mvebu: add DB-88F6820-AMC boardChris Packham9-0/+483
2016-09-24arm: mvebu: create generic 88F6820 config optionChris Packham2-4/+4
2016-09-24arm: mvebu: theadorable: Configure board for PCIe 2.0 capabilityStefan Roese1-0/+6
2016-09-23usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada1-0/+13
2016-09-23reset: add no-op stubs for optional reset controlMasahiro Yamada1-0/+32
2016-09-23errno.h: sync error macros with linux 4.8-rc7Masahiro Yamada1-11/+46
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada4-6/+2
2016-09-23Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada2-140/+126
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada22-22/+22
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada16-16/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada263-263/+263
2016-09-23Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>Masahiro Yamada1-0/+6
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada12-45/+45
2016-09-23drivers: squash lines for immediate returnMasahiro Yamada6-38/+9
2016-09-23arch, board: squash lines for immediate returnMasahiro Yamada16-82/+21
2016-09-23libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-09-23x86: squash lines for immediate returnMasahiro Yamada4-28/+4
2016-09-23usb: squash lines for immediate returnMasahiro Yamada4-29/+12
2016-09-23usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada8-90/+8
2016-09-23video: squash lines for immediate returnMasahiro Yamada5-27/+5
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada8-62/+15
2016-09-23fs-test.sh: Update expected resultsTom Rini1-7/+7
2016-09-23ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns1-9/+0
2016-09-23ext4: Respect group descriptor size when adjusting free countsStefan Brüns2-24/+69
2016-09-23ext4: Use helper function to access group descriptor and its fieldsStefan Brüns3-137/+154
2016-09-23ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns1-4/+4
2016-09-23ext4: Add helper functions for block group descriptor field accessStefan Brüns2-0/+94
2016-09-23ext4: determine group descriptor size for 64bit featureStefan Brüns2-4/+16
2016-09-23ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns1-4/+46
2016-09-23ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns1-1/+5
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns2-4/+13
2016-09-23ext4: remove duplicated block release code for extentsStefan Brüns1-77/+33
2016-09-23ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns1-6/+4
2016-09-23ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2-3/+0
2016-09-23ext4: Fix memory leak in case of failureStefan Brüns1-2/+2
2016-09-23ext4: Avoid out-of-bounds access of block bitmapStefan Brüns1-22/+12
2016-09-23ext4: After completely filled group, scan next group from the beginningStefan Brüns1-3/+5
2016-09-23ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns1-3/+0
2016-09-23ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns1-7/+7