summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2012.04.0v2012.04.0Sascha Hauer2012-04-051-1/+1
* x86 linker script: Add missing _textSascha Hauer2012-04-051-0/+1
* mips: Fix compiler warningsSascha Hauer2012-04-051-0/+4
* USB gadget pxa: Fix compiler warningSascha Hauer2012-04-051-1/+1
* mtd: fix compiler warningSascha Hauer2012-04-051-0/+2
* string: remove unused bcopy functionSascha Hauer2012-04-051-24/+0
* pxa27x_udc: Fix compilation warning.Marek Belisko2012-03-231-2/+2
* pcm038: increase size of barebox partitionTeresa Gámez2012-03-152-6/+11
* serial S3: fix local structure mallocJuergen Beisert2012-03-131-1/+1
* Merge branch 'next'Sascha Hauer2012-03-06244-1112/+4781
|\
| * macb: fix mmu supportJean-Christophe PLAGNIOL-VILLARD2012-03-061-3/+5
| * macb: add timeout on sendJean-Christophe PLAGNIOL-VILLARD2012-03-061-0/+5
| * Merge branch 'work/thumb2' into nextSascha Hauer2012-03-0622-36/+164
| |\
| | * ARM: use unconditional branch in exception vectorsSascha Hauer2012-03-061-8/+8
| | * ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-0611-8/+96
| | * ARM: get runtime offset of board_init_lowlevel_return by using separate sectionSascha Hauer2012-02-283-2/+5
| | * ARM: move exception vectors away from start of binarySascha Hauer2012-02-2813-18/+55
| * | mach-omap: add HAS_DEBUG_LLJan Weitzel2012-03-052-0/+55
| * | pca-a-l1: remove duplicate includesTeresa Gámez2012-03-041-3/+0
| * | drivers/mci: fix read/write stallingRobert Jarzmik2012-02-291-21/+10
| * | Merge branch 'pu/command' into nextSascha Hauer2012-02-2991-143/+121
| |\ \
| | * | remove unused variable from struct driver_dSascha Hauer2012-02-271-1/+0
| | * | commands: remove struct command pointer from commandsSascha Hauer2012-02-2790-115/+114
| | * | ARM boot[zu]: return COMMAND_ERROR_USAGE instead of calling barebox_cmd_usageSascha Hauer2012-02-272-8/+4
| | * | command: do not allow abbreviated commands anymoreSascha Hauer2012-02-271-19/+3
| | |/
| * | arm/mach-pxa: add mioa701 boardRobert Jarzmik2012-02-2912-0/+528
| * | drivers/serial: trivial regression fixRobert Jarzmik2012-02-291-1/+1
| |/
| * mx53-loco: update defconfigEric Bénard2012-02-271-1/+4
| * mx53-loco: add board revision supportEric Bénard2012-02-271-0/+51
| * mx53-loco: add i2c supportEric Bénard2012-02-271-0/+15
| * i.MX53: enable pull up on I2C0 pinsEric Bénard2012-02-271-3/+5
| * i.MX53: add silicon revision functionsEric Bénard2012-02-272-1/+51
| * mfd: add mc34708 driverEric Bénard2012-02-274-0/+401
| * add i2c clock supportEric Bénard2012-02-271-0/+26
| * Add unaligned.h to sandbox archLars Poeschel2012-02-271-0/+19
| * cp: fix memory leakSascha Hauer2012-02-271-1/+1
| * getopt: save and restore contextSascha Hauer2012-02-274-13/+50
| * getopt: turn commented out printf into debug()Sascha Hauer2012-02-271-1/+1
| * driver: remove unused type_data field from struct driver_dSascha Hauer2012-02-251-6/+0
| * net fec_mpc5200: drop type_data usageSascha Hauer2012-02-251-6/+6
| * net fec_imx: drop type_data usageSascha Hauer2012-02-251-3/+3
| * net drivers: remove unused type_dataSascha Hauer2012-02-259-10/+0
| * net: use container_of instead of dev->type_dataSascha Hauer2012-02-253-4/+5
| * serial s3c: add a driver private structSascha Hauer2012-02-251-19/+28
| * serial stm: fix unregisterSascha Hauer2012-02-251-3/+6
| * serial imx: fix unregisterSascha Hauer2012-02-251-3/+5
| * serial pxa: fix unregisterSascha Hauer2012-02-251-2/+5
| * serial drivers: remove unused type_dataSascha Hauer2012-02-2511-12/+1
| * console: use container_of instead of type_dataSascha Hauer2012-02-251-3/+4
| * fs: get fs device using container_ofSascha Hauer2012-02-257-11/+6