aboutsummaryrefslogtreecommitdiff
path: root/cpu/pxa
AgeCommit message (Expand)AuthorFilesLines
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-06-12pxa: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-386/+0
2009-06-12arm: remove cpu_initJean-Christophe PLAGNIOL-VILLARD1-5/+0
2009-06-12arm: unify interrupt initJean-Christophe PLAGNIOL-VILLARD1-11/+0
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-0/+56
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD2-4/+11
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD1-12/+0
2009-04-05arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD1-53/+9
2009-04-05arm: update co-processor 15 accessJean-Christophe PLAGNIOL-VILLARD1-30/+23
2009-03-09PXA: timer use do_div and simplify itJean-Christophe PLAGNIOL-VILLARD1-22/+24
2009-02-20pxa: move mmc drivers to drivers/mmcJean-Christophe PLAGNIOL-VILLARD3-789/+1
2009-02-20ARM:PXA Remove redefinition of mmc_cid and mmc_csd.Tom Rix1-51/+0
2009-02-20pxa: fixing get_timer to return time in miliseconds.Micha Kalfon1-7/+18
2009-02-16Eliminated arch-specific mmc header requirementAndy Fleming2-0/+191
2009-02-16Convert mmc_init to mmc_legacy_initAndy Fleming1-1/+1
2009-02-16Eliminate support for using MMC as memoryAndy Fleming1-14/+0
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-15/+0
2008-12-13Remove compiler warning: target CPU does not support interworkingSergei Poselenov1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD7-50/+50
2008-09-12Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.Adrian Filipi1-2/+2
2008-08-06Fix merge problemsStefan Roese1-5/+0
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+4
2008-07-13Fix build time warnings in function mmc_decode_csd()Marcel Ziswiler1-1/+1
2008-07-10Minor spelling fix in comment.Marcel Ziswiler1-1/+1
2008-06-28MMC: Consolidate MMC/SD command definitionsHaavard Skinnemoen1-4/+7
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2008-05-03pxa: fix previous definition on cpu initJean-Christophe PLAGNIOL-VILLARD1-5/+1
2008-02-17pxa: fix assignment from incompatible pointer typeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel1-117/+0
2008-02-03MMC for PXA 27X (resubmit)stefano babic1-163/+336
2008-01-09Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk1-0/+16
2008-01-09fix various commentsMarcel Ziswiler1-19/+19
2008-01-09Merge git://www.denx.de/git/u-bootMarkus Klotzbuecher1-1/+1
2007-11-18Fix compiler warnings for ARM systems.Wolfgang Denk1-1/+1
2007-10-31PXA USB OHCI: "usb stop" implementation.Rodolfo Giometti1-0/+16
2007-10-24delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declarationJean-Christophe PLAGNIOL-VILLARD1-0/+1
2007-10-24fix warning: no return statement in function returning non-voidJean-Christophe PLAGNIOL-VILLARD1-3/+3
2007-10-23fix pxa255_idp boardMarcel Ziswiler3-39/+42
2007-10-15PXA USB OHCI: "usb stop" implementation.Rodolfo Giometti1-0/+16
2007-10-13Fix warning differ in signedness in cpu/pxa/mmc.cJean-Christophe PLAGNIOL-VILLARD1-3/+3
2007-09-07PXA270: Add support for multiple serial ports.stefano babic1-82/+269
2007-04-03USB: cleanup monahans usb support. Remove dead code.Markus Klotzbuecher1-11/+1
2007-03-26PXA: pxa27x USB OHCI supportRodolfo Giometti1-2/+13
2007-03-23Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher2-1/+79
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely1-1/+1
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-1/+1
2006-11-27Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk1-1/+1
2006-11-27Merge with /home/wd/git/u-boot/masterWolfgang Denk1-8/+12
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1