summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: get fs driver using container_ofSascha Hauer2012-02-252-17/+18
* Merge branch 'work/tftp' into nextSascha Hauer2012-02-257-5/+678
|\
| * copy_file: limit progress bar to sensible limitsSascha Hauer2012-02-191-3/+2
| * add string for -ETIMEDOUTSascha Hauer2012-02-191-1/+1
| * net: let net_udp_get_payload return void *Sascha Hauer2012-02-191-1/+1
| * make uimages work on tftpfsSascha Hauer2012-02-191-0/+25
| * Add suport for tftp as a filesystemSascha Hauer2012-02-193-0/+649
* | arm/mach-pxa: add CCCR bits definitionsRobert Jarzmik2012-02-221-0/+5
* | arm/mach-pxa: add standard LCD panel GPIO settingsRobert Jarzmik2012-02-221-0/+32
|/
* Merge branch 'pu/device-cleanup' into nextSascha Hauer2012-02-176-155/+145
|\
| * devices: unregister children when unregistering a deviceSascha Hauer2012-02-171-5/+15
| * fs: allow to mount on subdirectoriesSascha Hauer2012-02-171-6/+7