summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-273-31/+167
* use resource_size_t for device resourcesJean-Christophe PLAGNIOL-VILLARD2010-08-271-3/+2
* introduce phys_addr_t and resource_size_tJean-Christophe PLAGNIOL-VILLARD2010-08-271-0/+8
* introduce pure_initcallJean-Christophe PLAGNIOL-VILLARD2010-08-271-4/+11
* xfuncs.h: include linux/types.h to avoid non decleration of size_tJean-Christophe PLAGNIOL-VILLARD2010-08-271-0/+2
* dm9000: allow to specify that no srom is presentJean-Christophe PLAGNIOL-VILLARD2010-08-231-0/+1
* usb: add twl4030 phy supportMichael Grzeschik2010-08-061-0/+28
* ehci: Make has_tt configurable via platform dataSascha Hauer2010-08-061-0/+2
* add twl4030 supportSascha Hauer2010-08-061-0/+461
* i2c: Add missing defines for omapSascha Hauer2010-08-061-0/+2
* stddef: introduce true/false enumJean-Christophe PLAGNIOL-VILLARD2010-08-062-3/+5
* init.h: introduce fake define (__init & __initdata) to simplify the linux syncJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+6
* amba: add pl011Jean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+164
* string: add strlcpy supportJean-Christophe PLAGNIOL-VILLARD2010-08-062-0/+4
* clock: Introduce clock framework from LinuxJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+158
* initcall: add postconsole_initcallJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+1
* barebox ubi changesSascha Hauer2010-07-051-0/+32
* add ubi support from u-boot. Just enough to compile and scanSascha Hauer2010-07-052-0/+454
* include stuff missing for ubiSascha Hauer2010-07-051-0/+10
* add partition mtd supportSascha Hauer2010-07-053-0/+5
* add rbtree support (needed for ubi)Sascha Hauer2010-07-051-0/+160
* crc32: activate crc32_no_comp (needed for jffs2 and UBI)Sascha Hauer2010-07-051-2/+2
* Merge branch 'next'Sascha Hauer2010-07-0310-248/+323
|\
| * add progression bar functionSascha Hauer2010-06-281-0/+15
| * Merge remote branch 'origin/assorted-pu' into nextSascha Hauer2010-06-282-3/+3
| |\
| | * fb: add a usage counter to prevent double enable/disableSascha Hauer2010-06-241-1/+3
| | * usbnet: remove unused dev member in struct usbnetSascha Hauer2010-06-241-2/+0
| * | ehci: Make has_tt configurable via platform dataSascha Hauer2010-06-241-0/+10
| |/
| * net: implement random_ether_addrSascha Hauer2010-06-221-0/+16
| * include support for a simple pseudo number generatorSascha Hauer2010-06-222-0/+17
| * Merge branch 'net' into nextSascha Hauer2010-06-175-245/+236
| |\
| | * net: add dns supportSascha Hauer2010-06-171-0/+11
| | * rework device parametersSascha Hauer2010-06-175-16/+15
| | * net: remove old network stackSascha Hauer2010-06-171-357/+2
| | * net: Implement a new network stackSascha Hauer2010-06-171-3/+338
| | * net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-0/+1
| * | i2c: add driver for the MC34704 PMICBaruch Siach2010-06-101-0/+26
| |/
* / byteorder: add missing {BIG,LITTLE}_ENDIAN definesBaruch Siach2010-06-301-0/+6
|/
* i2c: implement i2c_get_adapter()Sascha Hauer2010-05-261-0/+2
* Increase MAX_FILES to 128Sascha Hauer2010-05-031-1/+1
* mc9s08dz60: Fixed incorrect register offsets.marc2010-04-121-34/+48
* remove now unused arch_executeSascha Hauer2010-03-301-1/+0
* introduce a arch_shutdown call and call it from shutdown_bareboxSascha Hauer2010-03-301-0/+1
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-2/+2
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+1
* add process_escape_sequence functionSascha Hauer2010-03-301-0/+2
* add snprintf functionSascha Hauer2010-03-301-0/+1
* add unlzo supportSascha Hauer2010-03-301-0/+46
* add unaligned access supportSascha Hauer2010-03-3010-0/+510
* Merge branch 'nor' into nextSascha Hauer2010-02-182-1118/+0
|\