summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
|\
| * cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-081-660/+0
| * cfi_flash: remove old driver and switch to new oneSascha Hauer2010-02-082-661/+203
* | common.h: add compile time check helper functionsMarc Kleine-Budde2010-02-161-2/+29
* | import recent include/linux/compiler*.hMarc Kleine-Budde2010-02-164-17/+180
* | i2c.h: fix typo in copyrightMarc Kleine-Budde2010-02-161-1/+1
|/
* Merge branch 'pu'Sascha Hauer2010-02-012-25/+8
|\
| * remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-12/+8
| * remove obsolete commentSascha Hauer2010-01-251-5/+0
| * remove unused cdp codeSascha Hauer2010-01-251-8/+0
* | Merge branch 'for-sha-mx35-3-stack-updates' of ssh://git.pengutronix.de/git/m...Sascha Hauer2010-01-192-4/+147
|\ \
| * | mc13892: clean up driver interfaceMarc Kleine-Budde2010-01-181-2/+88
| * | mc9sdz60: clean up driver interfaceMarc Kleine-Budde2010-01-181-2/+59
| |/
* | I2C : add NS LP3972 PMIC supportEric Benard2010-01-161-0/+7
* | Start to add ATA support to bareboxJuergen Beisert2010-01-141-0/+39
* | Add EP93xx ethernet driverMatthias Kaehlcke2010-01-141-0/+1
|/
* Remove/adjust erroneous references to CONFIG_MODULE.Robert P. J. Day2009-12-211-1/+1
* i2c: Add a no-op i2c_register_board_info if i2c is disabledSascha Hauer2009-12-181-0/+8
* replace // style commentsSascha Hauer2009-12-181-10/+10
* Remove unnecessary casts in key definesSascha Hauer2009-12-181-6/+6
* fix arch_execute prototypeSascha Hauer2009-12-171-1/+1
* documentation updatesJuergen Beisert2009-12-1510-0/+40
* Cleanup colleteral damage from renamingSascha Hauer2009-12-151-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-1519-68/+68
* Combine memory initialization with the main memory functions.Juergen Beisert2009-12-101-2/+0
* Use nowadays function prototypesJuergen Beisert2009-12-101-9/+0
* After moving all declarations to the C source, do the same with the docJuergen Beisert2009-12-101-217/+0
* Remove confusing macros that hide the real functions namesJuergen Beisert2009-12-101-107/+13
* Use the native 'void' instead of 'Void_t'Juergen Beisert2009-12-101-23/+15
* Move private settings and configuration into the C sourceJuergen Beisert2009-12-101-475/+0
* Remove unused codeJuergen Beisert2009-12-101-99/+0
* Include the 'size_t' declarationJuergen Beisert2009-12-101-0/+1
* remove unused include filesSascha Hauer2009-12-103-291/+0
* fb: Add FB_SYNC_ defines from kernelSascha Hauer2009-12-091-0/+22
* i.MX flash header: make it work on i.MX35Sascha Hauer2009-12-031-1/+1