summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-151-1/+8
|\
| * regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-081-1/+8
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and '...Mark Brown2014-08-315-8/+11
|\ \ \ \ | |_|_|/ |/| | |
| | | * regmap: Fix handling of volatile registers for format_write() chipsMark Brown2014-08-261-1/+1
| |_|/ |/| |
| | * regmap: Fix regcache debugfs initializationLars-Peter Clausen2014-08-263-6/+9
| |/ |/|
| * regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown2014-08-311-1/+1
|/
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-064-233/+29
|\
| * mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2014-08-061-1/+1
| * mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen2014-08-061-1/+3
| * mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-061-1/+1
| * CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-062-282/+8
| * DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim2014-08-061-24/+53
| * DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim2014-08-061-8/+18
| * DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim2014-08-061-48/+77
| * mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-061-9/+9
| * mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen2014-08-061-4/+4
* | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-0/+5
|\ \ | |/ |/|
| * PM / sleep: fix kernel-doc warnings in drivers/base/power/main.cRandy Dunlap2014-07-291-0/+5
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-4/+26
|\ \
| * | firmware_class: perform new LSM checksKees Cook2014-07-251-4/+26
* | | Merge tag 'regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-051-0/+13
|\ \ \
| * \ \ Merge remote-tracking branch 'regmap/topic/getdev' into regmap-nextMark Brown2014-08-041-0/+13
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: Allow regmap_get_device() to be used by modulesMark Brown2014-07-251-0/+1
| | * | regmap: Add regmap_get_deviceTuomas Tynkkynen2014-07-251-0/+12
* | | | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-041-0/+55
|\ \ \ \
| * | | | devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi2014-07-171-0/+55
* | | | | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-047-847/+245
|\ \ \ \ \
| * | | | | firmware loader: Fix _request_firmware_load() return val for fw load abortShuah Khan2014-07-231-1/+3
| * | | | | Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman2014-07-211-4/+14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | driver core: platform: add device binding path 'driver_override'Kim Phillips2014-07-081-0/+47
| * | | | | driver core/platform: remove unused implicit padding in platform_objectYann Droneaud2014-07-081-2/+2
| * | | | | firmware loader: inform direct failure when udev loader is disabledLuis R. Rodriguez2014-07-081-6/+7
| * | | | | firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick2014-07-081-1/+1
| * | | | | firmware: read firmware size using i_size_read()Dmitry Kasatkin2014-07-081-14/+3
| * | | | | firmware loader: allow disabling of udev as firmware loaderTakashi Iwai2014-07-082-7/+18
| * | | | | fence: dma-buf cross-device synchronization (v18)Maarten Lankhorst2014-07-081-0/+9
| * | | | | dma-buf: move to drivers/dma-bufMaarten Lankhorst2014-07-083-783/+0
| | |/ / / | |/| | |
| * | | | component: fix bug with legacy APIRussell King2014-07-041-4/+6
| * | | | component: add support for component match arrayRussell King2014-07-031-3/+117
| * | | | component: ignore multiple additions of the same componentRussell King2014-07-031-2/+8
| * | | | component: fix missed cleanup in case of devres failureRussell King2014-07-031-31/+31
| | |_|/ | |/| |
* | | | Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-08-041-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki2014-07-251-0/+5
| |/ /
* / / platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck2014-07-111-4/+14
|/ /
* / DMA, CMA: fix possible memory leakJoonsoo Kim2014-06-231-1/+11
|/
* Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-122-4/+31
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-122-4/+31
| |\
| | * PM / sleep: trace events for device PM callbacksTodd E Brandt2014-06-111-4/+10
| | * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-072-0/+21
| | * Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2014-06-072-1/+23
| | |\