summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-0117-36/+89
|\
| * Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-251-0/+33
| * numa: fix NULL pointer access and memory leak in unregister_one_node()Xishi Qiu2014-03-081-0/+4
| * Revert "driver core: synchronize device shutdown"Roland Dreier2014-03-081-2/+0
| * Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-022-13/+13
| |\
| * | x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-182-12/+3
| * | cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel2014-02-182-5/+53
| * | Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman2014-02-181-0/+8
| |\ \
| * | | driver core: unexport static function create_syslog_headerJiang Liu2014-02-151-1/+0
| * | | firmware: use power efficient workqueue for unloading and aborting fw loadShaibal Dutta2014-02-151-3/+4
| * | | firmware: give a protection when map page failedzhang jun2014-02-151-1/+5
| * | | drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-1410-10/+0
| * | | ACPI / platform: drop redundant ACPI_HANDLE checkJosh Cartwright2014-02-141-7/+4
| * | | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-071-33/+0
| * | | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-071-0/+17
| * | | dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-071-7/+11
* | | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-011-31/+197
|\ \ \ \
| * \ \ \ Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2014-03-021-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 3.14-rc4 into char-misc-nextGreg Kroah-Hartman2014-02-241-13/+12
| |\ \ \ \
| * \ \ \ \ Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman2014-02-181-0/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | regmap: spmi: support base and extended register spacesJosh Cartwright2014-02-151-31/+197
| | |_|_|/ | |/| | |
* | | | | Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-011-0/+26
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable...Mark Brown2014-03-261-0/+26
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | | * | | devres: introduce API "devm_kstrdup"Manish Badarkhe2014-02-111-0/+26
| | |/ / /
* | | | | Merge tag 'regmap-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2014-04-016-78/+354
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----------. \ \ \ \ Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown2014-03-285-68/+341
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]2014-03-102-16/+174
| | | | | | | | * | | | | regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax2014-02-261-14/+4
| | | | | | | | * | | | | regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax2014-02-261-13/+62
| | | | | | | | * | | | | regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax2014-02-261-2/+2
| | | | | | | | * | | | | regmap: Check stride of register patch as we register itCharles Keepax2014-02-222-4/+4
| | | | | | | | | |/ / / | | | | | | | | |/| | |
| | | | | | | * | | | | regmap: add regmap_parse_val apiNenghua Cao2014-03-061-0/+12
| | | | | | | |/ / / /
| | | | | | * | | | | regmap: Separate regmap dev initializationMichal Simek2014-02-161-13/+28
| | | | | | |/ / / /
| | | | | * | | | | regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li2014-03-281-2/+18
| | | | | * | | | | regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li2014-03-271-3/+21
| | | | | * | | | | regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li2014-03-271-3/+13
| | | | | |/ / / /
| | | | * | | | | regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai2014-03-181-5/+6
| | | | * | | | | regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown2014-03-181-11/+14
| | | | |/ / / /
| | | * | | | | regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski2014-03-131-2/+2
| | | * | | | | regmap: irq: Remove domain on exitMark Brown2014-02-031-1/+1
| | | |/ / / /
| | * | | | | regmap: cache: Don't attempt to sync non-writeable registersDylan Reid2014-03-191-1/+2
| | * | | | | regmap: cache: Step by stride in default syncDylan Reid2014-03-191-1/+1
| | |/ / / /
| * | | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2014-03-282-8/+11
| |\ \ \ \ \
| | * | | | | regmap: fix coccinelle warningsNenghua Cao2014-02-221-1/+1
| | * | | | | regmap: Clean up _regmap_update_bits()Xiubo Li2014-02-201-6/+6
| | * | | | | regmap: Check readable regs in _regmap_readMichal Simek2014-02-111-0/+3
| | * | | | | regmap: debugfs: "registers" & "access" for single register mapsPawel Moll2014-02-031-1/+1
| | |/ / / /
| * | | | | Merge tag 'regmap-v3.14-rc4' into regmap-linusMark Brown2014-03-281-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid2014-01-271-2/+2
* | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-03-201-0/+5
|\ \ \ \ \ \
OpenPOWER on IntegriCloud