summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-25[AVR32] Kconfig: Choose daughterboard instead of CPUHaavard Skinnemoen2-24/+28
2008-01-25[AVR32] Add support for ATSTK1003 and ATSTK1004Haavard Skinnemoen8-20/+1975
2008-01-25[AVR32] Clean up external DAC setup codeHaavard Skinnemoen2-16/+17
2008-01-25[AVR32] ATSTK1000: Move gpio-leds setup to setup.cHaavard Skinnemoen4-66/+72
2008-01-25[AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen12-28/+58
2008-01-25[AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen2-26/+82
2008-01-25[AVR32] Oprofile supportHaavard Skinnemoen4-0/+247
2008-01-25[AVR32] Include instrumentation menuHaavard Skinnemoen2-10/+2
2008-01-25Disable VGA text console for AVR32 architectureHans-Christian Egtvedt1-1/+1
2008-01-25[AVR32] Enable debugging only when neededHaavard Skinnemoen8-13/+186
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen1-0/+2
2008-01-25[AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen1-7/+0
2008-01-25[AVR32] Drop GFP_COMP for DMA memory allocationsHaavard Skinnemoen1-0/+7
2008-01-25Driver core: coding style fixesGreg Kroah-Hartman8-583/+545
2008-01-25Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2-79/+67
2008-01-25Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-25Driver core: fix coding style issues in device.hGreg Kroah-Hartman1-138/+145
2008-01-25spi: use class iteration apiDave Young1-11/+15
2008-01-25scsi: use class iteration apiDave Young1-11/+13
2008-01-25rtc: use class iteration apiDave Young1-10/+12
2008-01-25power supply : use class iteration apiDave Young2-83/+107
2008-01-25ieee1394: use class iteration apiDave Young1-138/+176
2008-01-25Driver Core: add class iteration apiDave Young2-2/+140
2008-01-25Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck1-15/+14
2008-01-25UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-25Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2-2/+2
2008-01-25driver core: fix build with SYSFS=nRandy Dunlap2-1/+3
2008-01-25sysfs: make SYSFS_DEPRECATED depend on SYSFSRandy Dunlap1-0/+1
2008-01-25Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng3-10/+1
2008-01-25kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2-1/+279
2008-01-25kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman4-1/+149
2008-01-25kobject: update the kobject/kset documentationGreg Kroah-Hartman1-0/+386
2008-01-25kobject: remove old, outdated documentation.Greg Kroah-Hartman1-289/+0
2008-01-25Driver core: change sysdev classes to use dynamic kobject namesKay Sievers55-73/+62
2008-01-25Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2-19/+0
2008-01-25Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman5-10/+9
2008-01-25Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman8-18/+18
2008-01-25Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman17-42/+40
2008-01-25Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman5-16/+14
2008-01-25Modules: remove unneeded release functionGreg Kroah-Hartman1-10/+0
2008-01-25Kobject: auto-cleanup on final unrefKay Sievers4-99/+119
2008-01-25Kset: remove kset_add functionGreg Kroah-Hartman2-13/+1
2008-01-25Kobject: remove kobject_register()Greg Kroah-Hartman2-19/+0
2008-01-25Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman10-18/+18
2008-01-25Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2-9/+3
2008-01-25Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman10-22/+22
2008-01-25Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2-15/+8
2008-01-25Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman1-8/+6
2008-01-25Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman1-9/+4
2008-01-25Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman1-6/+3