summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2012-07-16driver-core: Use kobj_to_dev instead of re-implementing itLars-Peter Clausen-13/+10
2012-07-16driver core: Move deferred devices to the end of dpm_list before probingMark Brown-0/+12
2012-07-16driver core: move uevent call to driver_registerSebastian Ott-1/+3
2012-07-16driver core: fix shutdown races with probe/remove(v3)Ming Lei-0/+18
2012-07-14get rid of kern_path_parent()Al Viro-57/+41
2012-07-12PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki-0/+4
2012-07-12PM / Domains: Fix build warning for CONFIG_PM_RUNTIME unsetRafael J. Wysocki-13/+13
2012-07-11PM / Domains: Replace plain integer with NULL pointer in domain.c fileSachin Kamat-1/+1
2012-07-10PM / Domains: Add missing static storage class specifier in domain.c fileSachin Kamat-1/+1
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy-1/+3
2012-07-06regmap: Add hook for printk logging for debugging during early initMark Brown-0/+23
2012-07-05PM / Domains: Allow device callbacks to be added at any timeRafael J. Wysocki-14/+50
2012-07-05PM / Domains: Add device domain data reference counterRafael J. Wysocki-26/+57
2012-07-05Merge v3.5-rc5 into driver-core-nextGreg Kroah-Hartman-7/+11
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki-0/+117
2012-07-01PM / Domains: Do not stop devices after restoring their statesRafael J. Wysocki-11/+5
2012-07-01PM / Domains: Use subsystem runtime suspend/resume callbacks by defaultRafael J. Wysocki-8/+24
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki-13/+2
2012-07-01PM / Sleep: add knob for printing device resume timesSameer Nanda-2/+13
2012-06-24PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines-2/+4
2012-06-20Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2012-06-19regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak-2/+3
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak-5/+213
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak-8/+14
2012-06-14driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap-0/+2
2012-06-13device-core: Ensure drvdata = NULL when no driver is boundHans de Goede-0/+2
2012-06-13driver core: fixup reversed deferred probe orderKuninori Morimoto-1/+1
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin-1/+1
2012-06-11driver core: always handle dpm_orderRabin Vincent-18/+18
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown-0/+1
2012-06-05regmap: Implement support for wake IRQsMark Brown-0/+47
2012-06-05regmap: Don't try to map non-existant IRQsMark Brown-0/+4
2012-06-03regmap: Constify regmap_irq_chipMark Brown-3/+3
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam-2/+2
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren-2/+3
2012-06-03regmap: mmio: request native endian formattingStephen Warren-8/+18
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren-11/+90
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown-1/+1
2012-05-29mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro-1/+1
2012-05-29mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki-5/+3
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds-1/+98
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds-0/+533
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal-4/+5
2012-05-25dma-buf: add vmap interfaceDave Airlie-0/+34
2012-05-25dma-buf: mmap supportDaniel Vetter-1/+63
2012-05-23Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-253/+449
2012-05-23Merge tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2012-05-23regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown-0/+1
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+0