| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-01-22 | 1 | -1/+1 |
|\ |
|
| * | doc: driver-model/platform.txt: fix a typo | Laszlo Papp | 2013-12-19 | 1 | -1/+1 |
* | | Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-20 | 1 | -0/+2 |
|\ \ |
|
| * \ | Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2013-11-25 | 1 | -0/+2 |
| |\ \
| | |/
| |/| |
|
| | * | iio: core: Implement devm_iio_device_{register,unregister} | Sachin Kamat | 2013-11-24 | 1 | -0/+2 |
* | | | Documentation: fix spelling in design-patterns | Linus Walleij | 2013-12-19 | 1 | -2/+2 |
* | | | Documentation: start documenting driver design patterns | Linus Walleij | 2013-12-10 | 1 | -0/+116 |
|/ / |
|
* | | Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 2013-11-12 | 1 | -0/+3 |
|\ \ |
|
| * | | spi: core: Add devm_spi_register_master() | Mark Brown | 2013-09-17 | 1 | -0/+3 |
| |/ |
|
* | | regulator: core: Provide managed regulator registration | Mark Brown | 2013-09-17 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-09-10 | 1 | -0/+3 |
|\ |
|
| * | acpi-dma, doc: append managed function to the list | Andy Shevchenko | 2013-08-25 | 1 | -0/+3 |
* | | iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_free | Jacek Anaszewski | 2013-08-17 | 1 | -0/+2 |
* | | Documentation: devres: add IIO device alloc/free functions to list | Oleksandr Kravchenko | 2013-08-03 | 1 | -0/+4 |
|/ |
|
* | lib: devres: Introduce devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -1/+2 |
* | Documentation: devres: add PHY get/put functions to list of supported calls | Marko Katic | 2013-01-17 | 1 | -0/+4 |
* | pwm: add devm_pwm_get() and devm_pwm_put() | Alexandre Courbot | 2012-09-10 | 1 | -0/+4 |
* | Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-05-21 | 1 | -0/+4 |
|\ |
|
| * | pinctrl: implement devm_pinctrl_get()/put() | Stephen Warren | 2012-04-18 | 1 | -0/+4 |
* | | ARM: 7376/1: clkdev: Implement managed clk_get() | Mark Brown | 2012-04-19 | 1 | -0/+4 |
|/ |
|
* | Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st... | Mark Brown | 2012-03-18 | 1 | -0/+5 |
|\ |
|
| * | regulator: add devm_regulator_* to the list of managed interfaces | Axel Lin | 2012-01-31 | 1 | -0/+2 |
| * | regulator: Add devm_regulator_get() | Stephen Boyd | 2012-01-20 | 1 | -0/+3 |
* | | Documentation: devres: add allocation functions to list of supported calls | Wolfram Sang | 2012-01-24 | 1 | -0/+4 |
|/ |
|
* | lib: devres: add convenience function to remap a resource | Wolfram Sang | 2011-11-15 | 1 | -0/+1 |
* | docs/driver-model: Update device class docs | Bart Van Assche | 2011-08-24 | 1 | -4/+0 |
* | docs/driver-model: Document device.groups | Bart Van Assche | 2011-08-24 | 1 | -33/+32 |
* | DOCUMENTATION: Replace create_device() with device_create(). | Robert P. J. Day | 2011-06-07 | 1 | -1/+1 |
* | DOCUMENTATION: Update overview.txt in Doc/driver-model. | Robert P. J. Day | 2011-06-07 | 1 | -18/+34 |
* | driver core: remove the driver-model structures from the documentation | Wanlong Gao | 2011-05-06 | 4 | -141/+4 |
* | driver core: prune docs about device_interface | Brandon Philips | 2010-11-10 | 1 | -129/+0 |
* | Fix spelling of 'platform' in comments and doc | Stefan Weil | 2010-02-05 | 1 | -1/+1 |
* | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 2009-12-23 | 1 | -2/+2 |
* | driver model: fix show/store prototypes in doc. | vibi sreenivasan | 2009-07-12 | 1 | -2/+2 |
* | Driver Core: Warn driver authors about adding device attributes | Grant Likely | 2009-06-15 | 1 | -0/+32 |
* | trivial: Miscellaneous documentation typo fixes | Matt LaPlante | 2009-06-12 | 1 | -1/+1 |
* | Driver Core: early platform driver | Magnus Damm | 2009-04-16 | 1 | -0/+59 |
* | PATCH [1/2] Documentation/driver-model/device.txt: fix struct device_attribute | Mike Murphy | 2009-02-22 | 1 | -3/+5 |
* | Driver core: Update some prototypes in platform.txt | Stephen Rothwell | 2008-02-02 | 1 | -3/+3 |
* | typo fixes | Matt LaPlante | 2007-10-20 | 1 | -2/+2 |
* | Documentation fix devres.txt: lib/iomap.c -> lib/devres.c | Brandon Philips | 2007-07-18 | 1 | -1/+1 |
* | update Documentation/driver-model/platform.txt | David Brownell | 2007-06-08 | 1 | -0/+40 |
* | misc doc and kconfig typos | Matt LaPlante | 2007-05-09 | 1 | -1/+1 |
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt | Rolf Eike Beer | 2007-05-02 | 1 | -1/+1 |
* | trivial documentation patch for platform.txt | Erik Hovland | 2007-02-17 | 1 | -2/+2 |
* | devres: device resource management | Tejun Heo | 2007-02-09 | 1 | -0/+268 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-12-01 | 1 | -86/+118 |
|\ |
|
| * | Documentation/driver-model/platform.txt update/rewrite | David Brownell | 2006-12-01 | 1 | -86/+118 |
* | | Fix typos in /Documentation : Misc | Matt LaPlante | 2006-11-30 | 1 | -1/+1 |
|/ |
|