summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2012-03-20regmap: Bypassing cache when initializing cacheLaxman Dewangan
2012-03-20regmap: add regmap_bulk_write() for register writeLaxman Dewangan
2012-03-20regmap: Support for caching in reg_raw_write()Laxman Dewangan
2012-03-20regmap: Fix kcalloc parameters swappedAxel Lin
2012-03-20regmap: Add debugfs information for the cache statusMark Brown
2012-03-20regmap: Don't use bitfields for booleansMark Brown
2012-03-20regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin
2012-03-20regmap: Implement managed regmap_init()Mark Brown
2012-03-20regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang
2012-03-20regmap: Properly round reg_bytes and val_bytesWolfram Sang
2012-03-20regmap: Add support for 2/6 register formatingWolfram Sang
2012-03-20regmap: Reset device debugfs when reinitialising the cacheMark Brown
2012-03-20regmap: Bypass the cache when applying patchesMark Brown
2012-03-20regmap: Skip patch application when the cache is not dirty on syncMark Brown
2012-03-20regmap: Unexport regcache_write() and regcache_read()Mark Brown
2012-03-20regmap: Support register patch setsMark Brown
2012-03-20regmap: Add support for padding between register and addressMark Brown
2012-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen
2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman
2012-02-02drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu
2012-02-02driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman
2012-01-28Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2012-01-24base/core.c:fix typo in comment in function device_addmajianpeng
2012-01-24Documentation update for the driver model coreAlan Stern
2012-01-24kernel-doc: fix new warnings in driver-coreRandy Dunlap
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap
2012-01-22driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown
2012-01-16Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-14PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetRafael J. Wysocki
2012-01-14PM / Domains: Fix build for CONFIG_PM_SLEEP unsetRafael J. Wysocki
2012-01-13dma-buf: drop option text so users don't select it.Dave Airlie
2012-01-12kdump: add udev events for memory online/offlineMichael Holzheu
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman
2012-01-03switch devtmpfs to umode_tAl Viro