summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | include: Move smc911x eth platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move dm9000 eth platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move ns16550 serial platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move fec eth platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move davinci emac platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move designware eth platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move smc91111 eth platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | include: Move ep93xx eth platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| |/ /
* | | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-0915-299/+135
|\ \ \
| * | | stdio: Whitespace cleanupSascha Hauer2016-04-151-13/+13
| * | | stdio: Replace FILE functions with filedescriptor functionsSascha Hauer2016-04-151-12/+9
| * | | stdio: replace fprintf(stderr,...) with eprintfSascha Hauer2016-04-151-1/+1
| * | | stdio: rename getc to getcharSascha Hauer2016-04-151-2/+2
| * | | fs: move libc function prototypes to their correct locationsSascha Hauer2016-04-157-140/+78
| * | | move unlink_recursive declaration to libfile.hSascha Hauer2016-04-152-2/+2
| * | | move make_directory declaration to libfile.hSascha Hauer2016-04-152-3/+3
| * | | string: Fix (v)asprintf prototypesSascha Hauer2016-04-152-3/+5
| * | | libfile: move open_and_lseek() to libfileSascha Hauer2016-04-152-1/+2
| * | | include: move crc specific stuff to crc.hSascha Hauer2016-04-152-100/+8
| * | | include: move shell prototypes to shell.hSascha Hauer2016-04-152-11/+11
| * | | include/common.h: remove unused struct memarea_infoSascha Hauer2016-04-151-10/+0
| * | | include: move run_command prototype to command.hSascha Hauer2016-04-152-1/+1
| |/ /
* | | bootm: Optionally add a root= option to Kernel command lineSascha Hauer2016-05-041-0/+5
* | | string: Introduce strtoboolSascha Hauer2016-04-291-0/+1
* | | globalvar: Allow to remove globalvarsSascha Hauer2016-04-291-0/+1
| |/ |/|
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-0/+1
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2016-04-0812-122/+788
|\
| * ubifs: update implementation from u-boot v2016.03Alexander Stein2016-04-081-3/+15
| * barebox-wrapper: Add kcalloc and __vmallocAlexander Stein2016-04-081-0/+2
| * barebox-wrapper: Implement kfree and vfree as static inline functionsAlexander Stein2016-04-081-2/+9
| * Move GFP_NOFS to barebox-wrapperAlexander Stein2016-04-081-1/+2
| * ARM: Add atomic.h from u-boot v2016.03Alexander Stein2016-04-081-0/+260
| * module.h: Add THIS_MODULEAlexander Stein2016-04-081-0/+1
| * compiler*.h: include/linux/compiler*.h with Linux 4.5Alexander Stein2016-04-083-4/+203
| * printk: Add pr_contAlexander Stein2016-04-081-0/+1
| * Add list_sort from u-boot v2016.03Alexander Stein2016-04-081-0/+11
| * printk: Add printk_onceAlexander Stein2016-04-081-0/+10
| * rbtree: Update to u-boot v2016.03Alexander Stein2016-04-082-108/+267
| * decompressors: Use malloc/free wrappersSascha Hauer2016-04-081-4/+7
* | Merge branch 'for-next/ubiformat'Sascha Hauer2016-04-082-1/+4
|\ \
| * | mtd: ubi: Add function to get ubi number from mtd deviceSascha Hauer2016-04-081-0/+1
| * | mtd: ubi: make ubi_detach_mtd_dev ubi internalSascha Hauer2016-04-081-1/+1
| * | fs: umount based on device path and mount pathMarkus Pargmann2016-04-081-0/+1
| * | fs: Add for_each_fs_device_safe()Markus Pargmann2016-04-081-0/+1
| |/
* | Merge branch 'for-next/mtd-imx-nand'Sascha Hauer2016-04-081-19/+0
|\ \
| * | mtd: remove unused debug definesSascha Hauer2016-03-171-19/+0
* | | Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2016-04-088-154/+37
|\ \ \
| * | | mtd: nand: export nand_check_erased_bufSascha Hauer2016-04-081-0/+1
| * | | bbu: Allow to refresh/repair imagesSascha Hauer2016-04-081-0/+1
| | |/ | |/|
| * | commands: Create nand_bitflip commandSascha Hauer2016-04-061-0/+3