aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAge
...
| * | | | | drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely2013-02-15
| * | | | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-06
| * | | | | firmware: Ignore abort check when no user-helper is usedTakashi Iwai2013-02-03
| * | | | | firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai2013-02-03
| * | | | | firmware: Make user-mode helper optionalTakashi Iwai2013-02-03
| * | | | | firmware: Refactoring for splitting user-mode helper codeTakashi Iwai2013-02-03
| * | | | | Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas2013-02-03
| * | | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-17
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Revert "drivers: base: Convert print_symbol to %pSR"Greg Kroah-Hartman2013-01-17
| * | | | | driver core: fix possible missing of device probeMing Lei2013-01-17
| * | | | | drivers: base: Convert print_symbol to %pSRJoe Perches2013-01-17
| * | | | | dma_buf: Cleanup dma_buf_fdBorislav Petkov2013-01-17
| * | | | | drivers/base/core.c: Remove two unused variables and two useless calls to kfreePeter Senna Tschudin2013-01-17
* | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-20
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-15
| |\ \ \ \ \ \
| | * | | | | | PM / OPP: Export more symbols for module usageMark Langsdorf2013-02-01
| | * | | | | | PM / OPP: switch exported symbols to GPL variantNishanth Menon2013-02-01
| | | |_|/ / / | | |/| | | |
| * | | | | | PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2013-02-09
| * | | | | | PM / Domains: don't use [delayed_]work_pending()Tejun Heo2013-01-25
| |/ / / / /
* | | | | | Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | drivers/pinctrl: grab default handles from device coreLinus Walleij2013-01-23
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \
| * | | | | regmap: Add "no-bus" option for regmap APIAndrey Smirnov2013-01-28
* | | | | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \ \
| * | | | | | regmap: mmio: add register clock supportPhilipp Zabel2013-02-14
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \ \
| * | | | | | regmap: irq: Support wake IRQ mask inversionMark Brown2013-01-04
| * | | | | | regmap: irq: Fix sync of wake statuses to hardwareMark Brown2013-01-04
| * | | | | | regmap: irq: Use a bulk read for interrupt status where possibleMark Brown2013-01-04
| * | | | | | regmap: irq: Factor register read out of the IRQ parsing loopMark Brown2013-01-03
| * | | | | | regmap: irq: enable wake support by defaultLaxman Dewangan2012-12-24
* | | | | | | Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \ \ \
| * | | | | | | regmap: flat: Add flat cache typeMark Brown2013-01-02
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \ \ \
| * | | | | | | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-11
| * | | | | | | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-11
| * | | | | | | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-11
| * | | | | | | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-08
| * | | | | | | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \ \ \
| * | | | | | | regmap: spi: Handle allocation failures gracefullyMark Brown2013-02-05
| * | | | | | | regmap: Export regmap_async_complete()Mark Brown2013-02-05
| * | | | | | | regmap: Export regmap_async_complete_cbAxel Lin2013-02-04
| * | | | | | | regmap: include linux/sched.h to fix buildStephen Warren2013-02-04
| * | | | | | | regmap: spi: Support asynchronous I/O for SPIMark Brown2013-01-28
| * | | | | | | regmap: Add asynchronous I/O supportMark Brown2013-01-28
| | |_|/ / / / | |/| | | | |
| * | | | | | regmap: Add provisions to have user-defined write operationAndrey Smirnov2013-01-13
| * | | | | | regmap: Add provisions to have user-defined read operationAndrey Smirnov2013-01-13
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |