summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add a add_mem_device functionSascha Hauer2011-07-181-5/+6
* mem: replace DEVFS_RDWR by IORESOURCE_MEM_WRITEABLEJean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+0
* device: Add a dev_request_mem_region functionSascha Hauer2011-07-181-0/+14
* debug_ll.h: add PUTS_LL() functionAntony Pavlov2011-07-181-0/+13
* dm9200: use "struct resource" instead of platform_dataJean-Christophe PLAGNIOL-VILLARD2011-07-181-2/+0
* device: introduce resource structure to simplify resource declarationJean-Christophe PLAGNIOL-VILLARD2011-07-182-0/+119
* fix: commands/bootm.c:346:2: warning: statement with no effectJean-Christophe PLAGNIOL-VILLARD2011-07-171-2/+8
* spi: add bits_per_word to proxy structureFranck Jullien2011-07-061-0/+1
* include/linux/stat.h: make struct stat unifiedAntony Pavlov2011-06-281-58/+0
* shift and clocksourceCarlo Caione2011-06-221-0/+2
* eeprom: add at25 eeprom driverHubert Feurstein2011-06-211-0/+22
* spi: add more spi transfer functionsHubert Feurstein2011-06-211-0/+74
* spi: add platform_data pointer to spi_board_infoHubert Feurstein2011-06-211-2/+2
* 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
|\