Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generic udelay() with watchdog support | Ingo van Lil | 2009-12-05 | 1 | -1/+1 |
* | arm: Remove -fno-strict-aliasing | Kumar Gala | 2009-09-04 | 1 | -2/+1 |
* | ARM: compiler options cleanup - improve tool chain support | Wolfgang Denk | 2009-08-21 | 1 | -2/+0 |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | 1 | -1/+1 |
* | pxa: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 2 | -386/+0 |
* | arm: remove cpu_init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 1 | -5/+0 |
* | arm: unify interrupt init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 1 | -11/+0 |
* | arm: unify linker script | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 1 | -0/+56 |
* | arm: timer and interrupt init rework | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 2 | -4/+11 |
* | arm: unify reset command | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | 1 | -12/+0 |
* | arm: clean cache management | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | 1 | -53/+9 |
* | arm: update co-processor 15 access | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | 1 | -30/+23 |
* | PXA: timer use do_div and simplify it | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-09 | 1 | -22/+24 |
* | pxa: move mmc drivers to drivers/mmc | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-20 | 3 | -789/+1 |
* | ARM:PXA Remove redefinition of mmc_cid and mmc_csd. | Tom Rix | 2009-02-20 | 1 | -51/+0 |
* | pxa: fixing get_timer to return time in miliseconds. | Micha Kalfon | 2009-02-20 | 1 | -7/+18 |
* | Eliminated arch-specific mmc header requirement | Andy Fleming | 2009-02-16 | 2 | -0/+191 |
* | Convert mmc_init to mmc_legacy_init | Andy Fleming | 2009-02-16 | 1 | -1/+1 |
* | Eliminate support for using MMC as memory | Andy Fleming | 2009-02-16 | 1 | -14/+0 |
* | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions | Timur Tabi | 2008-12-15 | 1 | -15/+0 |
* | Remove compiler warning: target CPU does not support interworking | Sergei Poselenov | 2008-12-13 | 1 | -0/+1 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 7 | -50/+50 |
* | Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v. | Adrian Filipi | 2008-09-12 | 1 | -2/+2 |
* | Fix merge problems | Stefan Roese | 2008-08-06 | 1 | -5/+0 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | 1 | -2/+4 |
* | Fix build time warnings in function mmc_decode_csd() | Marcel Ziswiler | 2008-07-13 | 1 | -1/+1 |
* | Minor spelling fix in comment. | Marcel Ziswiler | 2008-07-10 | 1 | -1/+1 |
* | MMC: Consolidate MMC/SD command definitions | Haavard Skinnemoen | 2008-06-28 | 1 | -4/+7 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 1 | -4/+4 |
* | pxa: fix previous definition on cpu init | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-03 | 1 | -5/+1 |
* | pxa: fix assignment from incompatible pointer type | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-17 | 1 | -1/+1 |
* | ARM: cleanup duplicated exception handlingcode | Andreas Engel | 2008-02-14 | 1 | -117/+0 |
* | MMC for PXA 27X (resubmit) | stefano babic | 2008-02-03 | 1 | -163/+336 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-usb | Wolfgang Denk | 2008-01-09 | 1 | -0/+16 |
|\ | |||||
| * | Merge git://www.denx.de/git/u-boot | Markus Klotzbuecher | 2008-01-09 | 1 | -1/+1 |
| |\ | |||||
| * | | PXA USB OHCI: "usb stop" implementation. | Rodolfo Giometti | 2007-10-31 | 1 | -0/+16 |
* | | | fix various comments | Marcel Ziswiler | 2008-01-09 | 1 | -19/+19 |
| |/ |/| | |||||
* | | Fix compiler warnings for ARM systems. | Wolfgang Denk | 2007-11-18 | 1 | -1/+1 |
|/ | |||||
* | delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration | Jean-Christophe PLAGNIOL-VILLARD | 2007-10-24 | 1 | -0/+1 |
* | fix warning: no return statement in function returning non-void | Jean-Christophe PLAGNIOL-VILLARD | 2007-10-24 | 1 | -3/+3 |
* | fix pxa255_idp board | Marcel Ziswiler | 2007-10-23 | 3 | -39/+42 |
* | PXA USB OHCI: "usb stop" implementation. | Rodolfo Giometti | 2007-10-15 | 1 | -0/+16 |
* | Fix warning differ in signedness in cpu/pxa/mmc.c | Jean-Christophe PLAGNIOL-VILLARD | 2007-10-13 | 1 | -3/+3 |
* | PXA270: Add support for multiple serial ports. | stefano babic | 2007-09-07 | 1 | -82/+269 |
* | USB: cleanup monahans usb support. Remove dead code. | Markus Klotzbuecher | 2007-04-03 | 1 | -11/+1 |
* | PXA: pxa27x USB OHCI support | Rodolfo Giometti | 2007-03-26 | 1 | -2/+13 |
* | Merge with git://www.denx.de/git/u-boot.git#testing-USB | Markus Klotzbuecher | 2007-03-23 | 2 | -1/+79 |
|\ | |||||
| * | Merge with /home/mk/git/u-boot-generic_ohci#generic_ohci | Wolfgang Denk | 2006-11-27 | 1 | -1/+1 |
| |\ | |||||
| | * | Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able | Markus Klotzbuecher | 2006-11-27 | 1 | -1/+1 |
| * | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-11-27 | 1 | -8/+12 |
| |\ \ | | |/ | |/| |