summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | drivers: base: refactor add_memory_section() to add_memory_block()Seth Jennings2013-08-211-27/+21
| * | | | | | drivers: base: remove improper get/put in add_memory_section()Seth Jennings2013-08-211-4/+2
| * | | | | | drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings2013-08-211-27/+14
| * | | | | | drivers: base: unshare add_memory_section() from hotplugSeth Jennings2013-08-211-3/+16
| * | | | | | drivers: base: use device get/put functionsSeth Jennings2013-08-211-4/+4
| * | | | | | drivers: base: remove unneeded variableSeth Jennings2013-08-211-4/+1
| * | | | | | drivers: base: move mutex lock out of add_memory_section()Seth Jennings2013-08-211-4/+9
| * | | | | | drivers / dma-contiguous: Fix __init attribute locationHanjun Guo2013-08-201-2/+2
| * | | | | | drivers / platform: Fix __init attribute locationHanjun Guo2013-08-201-2/+2
| * | | | | | drivers / base: Fix sysfs_deprecated_setup() __init attribute locationHanjun Guo2013-08-201-1/+1
| * | | | | | driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki2013-08-131-1/+5
| * | | | | | driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-131-0/+37
| * | | | | | driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-133-4/+14
| * | | | | | driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-133-4/+14
| * | | | | | cpu topology: remove stale arch_provides_topology_pointers and define_sibling...Hanjun Guo2013-07-291-20/+0
| * | | | | | driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-274-5/+5
| * | | | | | drivers:base:core: Moved sym export macros to respective functionsDavid Graham White2013-07-271-15/+11
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2013-09-036-131/+194
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown2013-08-311-0/+2
| |\ \ \ \ \ \
| | * | | | | | regmap: Provide __acquires/__releases annotationsFabio Estevam2013-07-161-0/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-nextMark Brown2013-08-313-117/+150
| |\ \ \ \ \ \
| | * | | | | | regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen2013-08-293-80/+92
| | * | | | | | regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen2013-08-291-17/+36
| | * | | | | | regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen2013-08-291-20/+19
| | * | | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown2013-08-293-4/+4
| | |\ \ \ \ \ \
| | * | | | | | | regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen2013-08-271-11/+14
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown2013-08-311-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: core: allow a virtual range to cover its own data windowPhilipp Zabel2013-08-061-0/+4
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown2013-08-311-9/+8
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: Allow multiple patches to be registeredMark Brown2013-08-161-9/+8
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-08-311-0/+25
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel2013-07-231-0/+25
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-08-313-4/+4
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | regmap: regcache: allow read-only regs to be cachedIonut Nicu2013-08-092-3/+3
| | * | | | | | regmap: fix regcache_reg_present() for empty cacheIonut Nicu2013-08-091-1/+1
| | |/ / / / /
| * | | / / / regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen2013-08-281-2/+2
| | |_|/ / / | |/| | | |
* | | | | | drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson2013-08-291-0/+2
* | | | | | regmap: rbtree: Fix overlapping rbnodes.David Jander2013-08-211-1/+1
|/ / / / /
* / / / / regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen2013-08-051-1/+2
|/ / / /
* | | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-182-29/+92
|\ \ \ \
| * | | | driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap2013-07-171-0/+1
| * | | | driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+8
| * | | | driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-28/+83
| |/ / /
* | | | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-182-6/+6
|\ \ \ \
| * | | | drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-152-6/+6
| |/ / /
* | | | Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack2013-07-041-1/+1
| | |/ | |/|
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-131-4/+1
|\ \ \
| * \ \ Merge branch 'linus' into patchworkMauro Carvalho Chehab2013-06-206-23/+27
| |\ \ \
| * | | | [media] dma-buf: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-091-4/+1