summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nvvar: add missing static inline stubsLucas Stach2016-05-301-0/+12
* globalvar: add missing static inline stubsLucas Stach2016-05-301-0/+4
* Merge branch 'for-next/ubiformat'Sascha Hauer2016-05-091-0/+23
|\
| * commands: ubiformat: move code to common/Sascha Hauer2016-04-261-0/+23
* | Merge branch 'for-next/pci'Sascha Hauer2016-05-092-0/+49
|\ \
| * | PCI: imx6: Add proper i.MX6+ reset sequenceAndrey Smirnov2016-04-281-0/+1
| * | OF: Port of_match_device() and of_device_get_match_data()Andrey Smirnov2016-04-281-0/+48
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2016-05-098-13/+11
|\ \
| * | net: phy: Add fixed link supportSascha Hauer2016-05-091-1/+1
| * | whole tree: remove trailing whitespacesDu Huanpeng2016-04-214-6/+6
| * | wchar_t: wchar_t should go to stddef.hDu Huanpeng2016-04-142-2/+3
| * | NULL: keep NULL definition in stddef.h onlyDu Huanpeng2016-04-141-4/+1
* | | Merge branch 'for-next/include-pdata'Sascha Hauer2016-05-099-0/+0
|\ \ \
| * | | include: Move ide platform_data to include/platform_dataSascha Hauer2016-04-151-0/+0
| * | | 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