summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pr_warn() must be pr_warning()Dirk Behme2011-06-011-0/+2
* Revert "fix printf warnings"Sascha Hauer2011-05-261-5/+0
* Merge branch 'next'Sascha Hauer2011-05-0614-61/+77
|\
| * ARM: compile in image size and magic into barebox imageSascha Hauer2011-05-061-0/+3
| * kfifo: kfifo_put takes a const bufferSascha Hauer2011-04-121-1/+1
| * move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-0/+2
| * environment: make default env path configurableSascha Hauer2011-04-121-0/+3
| * net: add a context to the packet handlerSascha Hauer2011-04-121-3/+5
| * nand bb: add proper bb remove functionSascha Hauer2011-04-121-0/+5
| * malloc: put common memory functions to seperate fileSascha Hauer2011-04-111-0/+1
| * env: Make environment variable support optionalSascha Hauer2011-04-111-0/+12
| * add block supportSascha Hauer2011-04-111-0/+32
| * commands: seperate usb command from usb coreSascha Hauer2011-04-111-0/+2
| * move version_string to seperate fileSascha Hauer2011-04-111-0/+1
| * nand: remove unused header fileSascha Hauer2011-04-111-46/+0
| * devfs: factor out core devfs functionalitySascha Hauer2011-04-111-0/+5
| * fs: implement flush functionSascha Hauer2011-04-112-0/+3
| * devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
| * fs: remove unused field 'type' from struct fs_driver_dSascha Hauer2011-04-111-5/+0
| * nand: remove unused suspend/resume functionsSascha Hauer2011-04-041-4/+0
* | fix printf warningsMarc Kleine-Budde2011-04-251-0/+5
|/
* mtd/nand: increase page and oob size limitsBaruch Siach2011-03-181-2/+2
* Merge branch 'master' into nextSascha Hauer2011-03-101-1/+1
|\
| * x86: Use the generic linker script initializingJuergen Beisert2011-03-101-1/+1
* | kallsyms/printk: enable symbol printing support (%pS)Sascha Hauer2011-03-101-0/+5
|/
* reloc.h: remove linker variables which are now in asm/sections.hSascha Hauer2011-01-171-1/+1
* add sections.h header fileSascha Hauer2011-01-171-0/+8
* Merge branch 'master' into nextSascha Hauer2011-01-171-0/+1
|\
| * usb: add missing byteorder includeSascha Hauer2011-01-071-0/+1
* | import swab.h arch implementation form linux v2.3.37Jean-Christophe PLAGNIOL-VILLARD2011-01-176-160/+351
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-072-1/+2
|/
* Fix usage of __LITTLE_ENDIAN macro.Krzysztof Halasa2010-12-212-3/+3
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-8/+10
* Remove unused eth_get_name() prototype.Krzysztof Halasa2010-12-211-1/+0
* Add the feature to change the video mode at runtimeJuergen Beisert2010-12-211-0/+3
* Add more useful generic macrosJuergen Beisert2010-12-211-0/+10
* Merge branch 'led' into nextSascha Hauer2010-12-213-0/+136
|\
| * LED: Add LED trigger supportSascha Hauer2010-12-202-0/+35
| * LED: Add gpio LED supportSascha Hauer2010-12-201-0/+43
| * basic LED supportSascha Hauer2010-12-201-0/+27
| * Add generic poll infrastructureMarc Kleine-Budde2010-12-201-0/+31
* | Add macro for correct rounding in integer devisionsJuergen Beisert2010-12-141-0/+7
* | Make DIV_ROUND_UP macro globally availableJuergen Beisert2010-12-141-0/+2
|/
* clocksource: import CLOCKSOURCE_MASK from the kernelJean-Christophe PLAGNIOL-VILLARD2010-11-291-0/+2
* nand_s3c2410: Fix sparse warnings.Marek Belisko2010-11-191-1/+0
* mtd: Fix sparse warning.Marek Belisko2010-11-191-3/+4
* common: Add define for IOMEM helper macro.Marek Belisko2010-11-191-0/+2
* doc: add macros to unify command help with doxygenRobert Schwebel2010-11-011-0/+9
* doc: avoid that doxygen parses magic in command.hRobert Schwebel2010-10-221-0/+4
* remove strange flush_cache functionsSascha Hauer2010-10-211-1/+0