summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-10-084-12/+12
* Revert "Replace direct header access with the API routines"Sascha Hauer2010-10-074-12/+12
* imx: fix Internal boot source default choiceJean-Christophe PLAGNIOL-VILLARD2010-10-041-1/+1
* Update flash headers for boards supporting internal boot.Marc Reilly2010-10-014-36/+38
* imx: Internal boot sources, handle all header offsetsMarc Reilly2010-10-013-15/+53
* imx35: add base addresses for I2C and SDHCMarc Reilly2010-10-011-0/+5
* import __stringify from linuxJean-Christophe PLAGNIOL-VILLARD2010-09-291-7/+5
* Fix watchdog's register size for the i.MX27 CPUJuergen Beisert2010-09-271-3/+3
* pcm038: fix initialization makes pointer from integer without a castJean-Christophe PLAGNIOL-VILLARD2010-09-271-1/+1
* imx/fb: struct imx_ipu_fb_platform_data remove const for modeJean-Christophe PLAGNIOL-VILLARD2010-09-271-1/+1
* The i.MX27 has no second level cache, remove include file (Subject fixed)Juergen Beisert2010-09-271-1/+0
* mk68: rename macro __M68K__ to __m68k__ as it's prodive by gccJean-Christophe PLAGNIOL-VILLARD2010-09-241-2/+1
* ipe337: fix default envJean-Christophe PLAGNIOL-VILLARD2010-09-241-1/+1
* blackfin: remove duplicated PAGE_SIZE defineJean-Christophe PLAGNIOL-VILLARD2010-09-241-1/+0
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-09-244-12/+12
* nhk8815: rename nand parts uboot as bareboxJean-Christophe PLAGNIOL-VILLARD2010-09-231-1/+1
* Merge branch 'for-mainline' of git://git.pengutronix.de/git/rsc/barebox into ...Sascha Hauer2010-09-221-14/+32
|\
| * sandbox: add longopts and fix segfaultRobert Schwebel2010-09-211-14/+32
* | nhk8815: update defconfigJean-Christophe PLAGNIOL-VILLARD2010-09-221-1/+16
* | arm: allow to overwrite the system_rev via bootmJean-Christophe PLAGNIOL-VILLARD2010-09-221-4/+14
* | scb9328: Fix compilationSascha Hauer2010-09-201-1/+1
* | guf-neso: Update defconfig (fix env path)Sascha Hauer2010-09-201-1/+1
* | guf-neso: Update defconfig (add nand and ubi)Sascha Hauer2010-09-201-0/+5
* | guf-neso: Fix compiler warningsSascha Hauer2010-09-201-1/+4
* | mach-s3c24xx: Fix compilation problem when make a9m2410 or a9m2440 defconfigMarek Belisko2010-09-201-0/+2
* | pcm038: Update defconfig (add nand and ubi)Sascha Hauer2010-09-201-0/+5
* | pcm038: Fix compiler warningsSascha Hauer2010-09-201-1/+4
* | pcm043: Update defconfig (add nand and ubi)Sascha Hauer2010-09-201-0/+5
* | pcm043: Fix compiler warningsSascha Hauer2010-09-201-1/+4
* | Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Jean-Christophe PLAGNIOL-VILLARD2010-09-206-2/+96
* | at91sam9263: move MACH_HAS_LOWLEVEL_INIT to boardJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+2
* | at91: add HAVE_NAND_ATMEL_BUSWIDTH_16 to Enable 16-bit data bus interfaceJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+16
* | driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-2035-0/+161
* | arm: move clkdev to drivers/clkJean-Christophe PLAGNIOL-VILLARD2010-09-208-190/+4
* | stm8815: fix the uart device clock matchJean-Christophe PLAGNIOL-VILLARD2010-09-201-2/+4
* | init: introduce __BARE_INIT for .section ".text_bare_init.text"Jean-Christophe PLAGNIOL-VILLARD2010-09-204-4/+8
* | types.h: move __kernel_dev_t to include/linux/types.hJean-Christophe PLAGNIOL-VILLARD2010-09-176-6/+0
* | i2c rename CONFIG_DRIVER_I2C_xx to CONFIG_I2C_xxJean-Christophe PLAGNIOL-VILLARD2010-09-174-10/+10
* | arm: move mach-types.h to include/generated/Jean-Christophe PLAGNIOL-VILLARD2010-09-1728-29/+28
* | configs: use new savedefconfig format as in linuxJean-Christophe PLAGNIOL-VILLARD2010-09-1732-6277/+2
|/
* Merge branch 'next'Sascha Hauer2010-08-30105-983/+4755
|\
| * at91: remove non-needed include of autoconf.hJean-Christophe PLAGNIOL-VILLARD2010-08-301-1/+0
| * move include/unaligned to include/linux/unaligned/Jean-Christophe PLAGNIOL-VILLARD2010-08-301-3/+3
| * net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-2725-25/+25
| * at91: remove non used and obsolete at91rm9200 codeJean-Christophe PLAGNIOL-VILLARD2010-08-235-862/+0
| * macb: introduce HAS_MACB configurationJean-Christophe PLAGNIOL-VILLARD2010-08-231-0/+2
| * at91: rename clocksource.c -> at91sam926x_time.cJean-Christophe PLAGNIOL-VILLARD2010-08-232-3/+3
| * dm9000: allow to specify that no srom is presentJean-Christophe PLAGNIOL-VILLARD2010-08-231-0/+1
| * mmccpu: fix typo in AT91_MAIN_CLOCKJean-Christophe PLAGNIOL-VILLARD2010-08-231-1/+1
| * Add missing includeSascha Hauer2010-08-221-0/+2