summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | fec_mpc5200: Fix compilationSascha Hauer2010-10-021-1/+1
|/
* vsprintf: fix wrong EXPORT_SYMBOLSascha Hauer2010-09-161-1/+1
* i2c: fix wrong comment and symbol export for i2c_add_numbered_adapter()Wolfram Sang2010-09-161-14/+12
* Merge branch 'next'Sascha Hauer2010-08-30229-3331/+14889
|\
| * menu: simplify usage for clientsSascha Hauer2010-08-303-52/+110
| * menu: do not go to free if there's nothing to freeSascha Hauer2010-08-301-2/+1
| * menu: use an initialized struct list as menu listSascha Hauer2010-08-302-12/+10
| * menu: use list_for_each_entry where appropriateSascha Hauer2010-08-302-23/+7
| * menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-303-13/+14
| * menu: simplify menu_free with list_for_each_entry_safeSascha Hauer2010-08-301-9/+3
| * menu: Use strdup instead of malloc/strncpySascha Hauer2010-08-301-26/+5
| * menu: initialize entries list in menu_allocSascha Hauer2010-08-302-5/+8
| * Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-303-9/+39
| * Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-308-0/+907
| * initcall: add postconsole_initcallJean-Christophe PLAGNIOL-VILLARD2010-08-302-5/+7
| * module: move EXPORT_SYMBOL_GPL define to module.hJean-Christophe PLAGNIOL-VILLARD2010-08-302-1/+4
| * 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-3011-3/+3
| * add WARN_ON and WARN supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+25
| * net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-2747-285/+404
| * use resource_size_t for device resourcesJean-Christophe PLAGNIOL-VILLARD2010-08-271-3/+2
| * introduce phys_addr_t and resource_size_tJean-Christophe PLAGNIOL-VILLARD2010-08-271-0/+8
| * introduce pure_initcallJean-Christophe PLAGNIOL-VILLARD2010-08-271-4/+11
| * xfuncs.h: include linux/types.h to avoid non decleration of size_tJean-Christophe PLAGNIOL-VILLARD2010-08-271-0/+2
| * Makefile: fix autoconf.h locationJean-Christophe PLAGNIOL-VILLARD2010-08-271-2/+2
| * udpate fixdep.c to linux kernel v2.6.36-rc1-168-ge36c886Jean-Christophe PLAGNIOL-VILLARD2010-08-271-25/+30
| * at91: remove non used and obsolete at91rm9200 codeJean-Christophe PLAGNIOL-VILLARD2010-08-235-862/+0
| * macb: introduce HAS_MACB configurationJean-Christophe PLAGNIOL-VILLARD2010-08-232-1/+6
| * 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-233-1/+4
| * mmccpu: fix typo in AT91_MAIN_CLOCKJean-Christophe PLAGNIOL-VILLARD2010-08-231-1/+1
| * Add missing includeSascha Hauer2010-08-221-0/+2
| * Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886Jean-Christophe PLAGNIOL-VILLARD2010-08-2240-2007/+5815
| * beagle: fix usb dependenciesMichael Grzeschik2010-08-182-2/+4
| * beagle: defconfig cleanup for v2010.08.0Michael Grzeschik2010-08-181-13/+13
| * omap: nand remove unnecessary conditionMichael Grzeschik2010-08-181-2/+1
| * armlinux: bugfix add parameter name into inline functionMichael Grzeschik2010-08-181-1/+1
| * iim/imx25: fix MAC and UID offsetsBaruch Siach2010-08-171-2/+2
| * fec_imx: add support for IIM stored mac addressBaruch Siach2010-08-171-2/+2
| * imx25: add iim platform codeBaruch Siach2010-08-171-0/+44
| * imx25: add chip specific IIM fusebox definesBaruch Siach2010-08-171-1/+7
| * imx iim: add mac address supportBaruch Siach2010-08-172-1/+34
| * imx: driver for the IIM fuseboxBaruch Siach2010-08-173-0/+310
| * imx: move IIM registers to their own headerBaruch Siach2010-08-173-18/+43
| * loadb: get console baudrate from class_dev not devMichael Grzeschik2010-08-111-1/+1
| * omap nand: bugfix configure ecc orderMichael Grzeschik2010-08-061-21/+21
| * beagle: add bootparams and architectureMichael Grzeschik2010-08-061-0/+2
| * add beagle board defconfigSascha Hauer2010-08-061-0/+257
| * beagle: add usb supportMichael Grzeschik2010-08-062-0/+46
| * ehci: add omap supportMichael Grzeschik2010-08-067-0/+1190