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