Commit Graph

39634 Commits (340fcd66ccd90b78763b76555eb0576be86fe1d1)
 

Author SHA1 Message Date
Stefan Roese 340fcd66cc i2c: mv_i2c.c: Remove CONFIG_HARD_I2C 8 years ago
Stefan Roese 8eff909a56 i2c: mv_i2c.c: cosmetic: Coding style cleanups 8 years ago
Chris Packham 42f7505066 arm: mvebu: NAND support for DB-88F6820-AMC 8 years ago
Chris Packham c0def248ca arm: mvebu: add DB-88F6820-AMC board 8 years ago
Chris Packham 53d601fdcd arm: mvebu: create generic 88F6820 config option 8 years ago
Stefan Roese 9ed00b072b arm: mvebu: theadorable: Configure board for PCIe 2.0 capability 8 years ago
Masahiro Yamada 8824cfc19a usb: ehci-generic: support reset control for generic EHCI 8 years ago
Masahiro Yamada 4815db87f5 reset: add no-op stubs for optional reset control 8 years ago
Masahiro Yamada 259ede1132 errno.h: sync error macros with linux 4.8-rc7 8 years ago
Masahiro Yamada 4982f46420 Move ENOTSUPP defines to include/linux/errno.h 8 years ago
Masahiro Yamada 2c61551b62 Move error macros from <asm-generic/errno.h> to <linux/errno.h> 8 years ago
Masahiro Yamada 5d97dff042 treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 8 years ago
Masahiro Yamada 4491327d59 Remove arch/${ARCH}/include/asm/errno.h 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Masahiro Yamada 519d9424c3 Add <linux/errno.h> as a wrapper of <asm-generic/errno.h> 8 years ago
Masahiro Yamada b5bf5cb3b3 treewide: use #include <...> to include public headers 8 years ago
Masahiro Yamada a4ca3799c2 drivers: squash lines for immediate return 8 years ago
Masahiro Yamada 63a7578e4e arch, board: squash lines for immediate return 8 years ago
Masahiro Yamada 7dc0789579 libfdt: simplify fdt_del_mem_rsv() 8 years ago
Masahiro Yamada 0a8547a250 x86: squash lines for immediate return 8 years ago
Masahiro Yamada 8319aeb1da usb: squash lines for immediate return 8 years ago
Masahiro Yamada 4052734273 usb: replace ehci_*_remove() with usb_deregister() 8 years ago
Masahiro Yamada 720873bf42 video: squash lines for immediate return 8 years ago
Masahiro Yamada 24f5aec364 mmc: squash lines for immediate return 8 years ago
Tom Rini df9e4cdabb fs-test.sh: Update expected results 8 years ago
Stefan Brüns b4976b49a0 ext4: Revert rejection of 64bit enabled ext4 fs 8 years ago
Stefan Brüns 749e93ee18 ext4: Respect group descriptor size when adjusting free counts 8 years ago
Stefan Brüns 688d0e79f6 ext4: Use helper function to access group descriptor and its fields 8 years ago
Stefan Brüns f798b1dda1 ext4: Use correct descriptor size when reading the block group descriptor 8 years ago
Stefan Brüns 9f5dd8b6e2 ext4: Add helper functions for block group descriptor field access 8 years ago
Stefan Brüns fc214ef909 ext4: determine group descriptor size for 64bit feature 8 years ago
Stefan Brüns 3ee2f977f3 ext4: Update ext2/3/4 superblock, group descriptor and inode structures 8 years ago
Stefan Brüns b1edcf0d80 ext4: Fix memory leak of journal buffer if block is updated multiple times 8 years ago
Stefan Brüns de9e831675 ext4: Correct block number handling, empty block vs. error code 8 years ago
Stefan Brüns b779e0290a ext4: remove duplicated block release code for extents 8 years ago
Stefan Brüns 87f9fdc08d ext4: initialize full inode for inodes bigger than 128 bytes 8 years ago
Stefan Brüns 290ce2f95a ext4: Use correct value for inode size even on revision 0 filesystems 8 years ago
Stefan Brüns 87a40b6e03 ext4: Fix memory leak in case of failure 8 years ago
Stefan Brüns 0ceef3d371 ext4: Avoid out-of-bounds access of block bitmap 8 years ago
Stefan Brüns a9fa0ed183 ext4: After completely filled group, scan next group from the beginning 8 years ago
Stefan Brüns e927265225 ext4: Do not clear zalloc'ed buffers a second time 8 years ago
Stefan Brüns 398d6fad92 ext4: Only update number of of unused inodes if GDT_CSUM feature is set 8 years ago
Stefan Brüns b7dd40d052 ext4: Scan all directory blocks when looking up an entry 8 years ago
Stefan Brüns 10a7a1b8ba ext4: Avoid corruption of directories with hash tree indexes 8 years ago
Stefan Brüns a321abd54f ext4: Scan all directory blocks for space when inserting a new entry 8 years ago
Stefan Brüns b96c3c7292 ext4: Do not crash when trying to grow a directory using extents 8 years ago
Stefan Brüns a0d767e2c1 ext4: propagate error if creation of directory entry fails 8 years ago
Stefan Brüns 76a29519ff ext4: fix possible crash on directory traversal, ignore deleted entries 8 years ago
Michael Walle 011bc3342a ext4: fix wrong usage of le32_to_cpu() 8 years ago
Michael Walle 58a9ecbaf4 ext4: fix endianess problems in ext4 write support 8 years ago