summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add password frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-204-0/+356
* add sha256 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+323
* add sha1 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+400
* add md5 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+321
* add digest frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-204-0/+134
* arm: move clkdev to drivers/clkJean-Christophe PLAGNIOL-VILLARD2010-09-2013-38/+64
* stm8815: fix the uart device clock matchJean-Christophe PLAGNIOL-VILLARD2010-09-201-2/+4
* amba-pl011: probe fail if we can't get the clockJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+4
* device: fix dev_nameJean-Christophe PLAGNIOL-VILLARD2010-09-202-13/+13
* init: introduce __BARE_INIT for .section ".text_bare_init.text"Jean-Christophe PLAGNIOL-VILLARD2010-09-205-4/+14
* driver: allow register device with specific idJean-Christophe PLAGNIOL-VILLARD2010-09-171-4/+22
* types.h: move __kernel_dev_t to include/linux/types.hJean-Christophe PLAGNIOL-VILLARD2010-09-177-6/+2
* i2c rename CONFIG_DRIVER_I2C_xx to CONFIG_I2C_xxJean-Christophe PLAGNIOL-VILLARD2010-09-176-24/+24
* move barebox_default_env.h to include/generated/Jean-Christophe PLAGNIOL-VILLARD2010-09-174-6/+5
* arm: move mach-types.h to include/generated/Jean-Christophe PLAGNIOL-VILLARD2010-09-1728-29/+28
* move utsrelease.h to include/generated/ instead of include/linuxJean-Christophe PLAGNIOL-VILLARD2010-09-174-6/+5
* move version.h to include/generated/ instead of include/linuxJean-Christophe PLAGNIOL-VILLARD2010-09-172-5/+4
* gitignore: update generated link and fileJean-Christophe PLAGNIOL-VILLARD2010-09-171-2/+1
* configs: use new savedefconfig format as in linuxJean-Christophe PLAGNIOL-VILLARD2010-09-1732-6277/+2
* move board.dox to Documentation and update itJean-Christophe PLAGNIOL-VILLARD2010-09-172-3/+3
* 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