aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-03-09driver-core: Allow additional parameters for module_driverLars-Peter Clausen
2012-03-09driver-core: remove legacy iSeries hackStephen Rothwell
2012-03-08driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman
2012-03-08drivercore: Add driver probe deferral mechanismGrant Likely
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman
2012-01-24Eliminate get_driver() and put_driver()Alan Stern
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie
2012-01-23kernel-doc: fix new warnings in device.hRandy Dunlap
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-04driver core: remove __must_check from device_create_fileGreg Kroah-Hartman
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers
2011-11-21Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki
2011-11-17drivercore: Generalize module_platform_driverLars-Peter Clausen
2011-11-15lib: devres: add convenience function to remap a resourceWolfram Sang
2011-11-15device.h: Fix struct member documentationMarcos Paulo de Souza
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-21Driver core: Add iommu_ops to bus_typeJoerg Roedel
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman
2011-08-25PM: Introduce struct pm_subsys_dataRafael J. Wysocki
2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-05-06driver core: Add the device driver-model structures to kerneldocWanlong Gao
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König
2011-04-19drivers: make device_type constStephen Hemminger
2011-04-19device: add dev_WARN_ONCEFelipe Balbi
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-03-15PM: Add support for device power domainsRafael J. Wysocki
2011-02-28drivercore/dt: add a match table pointer to struct deviceGrant Likely
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds