Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
06d2fe153b9b35e57221e35831a26918f462db68
/
drivers
/
base
06d2fe1
Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
613dac3
Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' into regmap-next
by Mark Brown
· 12 years ago
666f355
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
by Joe Perches
· 12 years ago
05e4e5b
dev: Add dev_vprintk_emit and dev_printk_emit
by Joe Perches
· 12 years ago
798efc6
dev_dbg/dynamic_debug: Update to use printk_emit, optimize stack
by Joe Perches
· 12 years ago
8f949b9
Merge 3.6-rc7 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
cfe016b
firmware loader: fix compile warning when CONFIG_PM=n
by Ming Lei
· 12 years ago
8138073
regmap: no need primary handler for nested irq
by Yunfan Zhang
· 12 years ago
ac39b3e
firmware loader: let caching firmware piggyback on loading firmware
by Ming Lei
· 12 years ago
ef40bb1
firmware loader: fix firmware -ENOENT situations
by Ming Lei
· 12 years ago
1b8cb92
driver core: Check if r->name is valid in platform_get_resource_byname()
by Peter Ujfalusi
· 12 years ago
36ac914
regmap: irq: Add mask invert flag for enable register
by Xiaofan Tian
· 12 years ago
7ce9bf1
mm: cma: fix alignment requirements for contiguous regions
by Marek Szyprowski
· 12 years ago
9db48aa
Merge 3.6-rc3 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
c3e2f79
Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
ebdc828
dyndbg: fix for SOH in logging messages
by Markus Trippelsdorf
· 13 years ago
d9ec0fd
Merge tag 'pm-for-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
55d7ec4
PM / Runtime: Check device PM QoS setting before "no callbacks" check
by Rafael J. Wysocki
· 13 years ago
58a34de
PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()
by Rafael J. Wysocki
· 13 years ago
7f321c2
PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set
by Rafael J. Wysocki
· 13 years ago
c839179
Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
ab6dd8e
firmware loader: fix build failure if FW_LOADER is m
by Ming Lei
· 13 years ago
dfe3212
PM / Sleep: introduce dpm_for_each_dev
by Ming Lei
· 13 years ago
c08f677
firmware loader: fix compile failure if !PM
by Ming Lei
· 13 years ago
07646d9
firmware loader: cache devices firmware during suspend/resume cycle
by Ming Lei
· 13 years ago
ffe53f6
firmware loader: use small timeout for cache device firmware
by Ming Lei
· 13 years ago
37276a5
firmware: introduce device_cache/uncache_fw_images
by Ming Lei
· 13 years ago
bddb1b9
driver core: devres: introduce devres_for_each_res
by Ming Lei
· 13 years ago
f531f05a
firmware loader: store firmware name into devres list
by Ming Lei
· 13 years ago
6f21a62
firmware loader: fix comments on request_firmware_nowait
by Ming Lei
· 13 years ago
0cfc1e1
firmware loader: fix device lifetime
by Ming Lei
· 13 years ago
2887b39
firmware loader: introduce cache_firmware and uncache_firmware
by Ming Lei
· 13 years ago
1f2b795
firmware loader: always let firmware_buf own the pages buffer
by Ming Lei
· 13 years ago
1244691
firmware loader: introduce firmware_buf
by Ming Lei
· 13 years ago
99c2aa7
firmware loader: fix creation failure of fw loader device
by Ming Lei
· 13 years ago
0c25a85
firmware loader: remove unnecessary wmb()
by Ming Lei
· 13 years ago
28eefa7
firmware loader: fix races during loading firmware
by Ming Lei
· 13 years ago
65710cb
firmware loader: simplify pages ownership transfer
by Ming Lei
· 13 years ago
689ae23
platform: Add support for automatic device IDs
by Jean Delvare
· 13 years ago
a525a3d
driver core: free devres in device_release
by Ming Lei
· 13 years ago
af7f215
drivers-core: make structured logging play nice with dynamic-debug
by Jim Cromie
· 13 years ago
7725495
PM: Make dev_pm_get_subsys_data() always return 0 on success
by Rafael J. Wysocki
· 13 years ago
0c00c50
regmap: irq: Enable devices for runtime PM while handling interrupts
by Mark Brown
· 13 years ago
40052ca
regmap: irq: initialize all irqs to wake disabled
by Stephen Warren
· 13 years ago
685879f
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
by Stephen Warren
· 13 years ago
ca14275
regmap: name irq_chip based on regmap_irq_chip's name
by Stephen Warren
· 13 years ago
7ac140e
regmap: store irq_chip inside regmap_irq_chip_data
by Stephen Warren
· 13 years ago
0eb46ad
regmap: irq: Only update mask bits when doing initial mask
by Mark Brown
· 13 years ago
1603262
regmap: fix some error messages to take account of irq_reg_stride
by Stephen Warren
· 13 years ago
4d87951
regmap: Don't lock in regmap_reinit_cache()
by Dimitris Papastamos
· 13 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
ee6f509
mm: factor out memory isolate functions
by Minchan Kim
· 13 years ago
6f51f51
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 13 years ago
d2b7428
common: dma-mapping: introduce dma_get_sgtable() function
by Marek Szyprowski
· 13 years ago
64ccc9c
common: dma-mapping: add support for generic dma_mmap_* calls
by Marek Szyprowski
· 13 years ago
921a165
new helper: done_path_create()
by Al Viro
· 13 years ago
fa93669
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
bdc0077
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 13 years ago
a66d2c8
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
7100e50
Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
7cd58b0
Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 13 years ago
38e2319
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
by Mark Brown
· 13 years ago
492d542
[SCSI] cleanup usages of scsi_complete_async_scans
by Dan Williams
· 13 years ago
382e159
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 13 years ago
064b021
PM / Sleep: call early resume handlers when suspend_noirq fails
by Colin Cross
· 13 years ago
eea03c2
Make wait_for_device_probe() also do scsi_complete_async_scans()
by Linus Torvalds
· 13 years ago
bd798b7a
Merge branch 'pm-qos'
by Rafael J. Wysocki
· 13 years ago
d52fdf1
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 13 years ago
7791bd2
Merge branch 'pm-domains'
by Rafael J. Wysocki
· 13 years ago
ad0446e
PM / QoS: Use NULL pointer instead of plain integer in qos.c
by Sachin Kamat
· 13 years ago
7664e96
PM / Sleep: Add missing static storage class specifiers in main.c
by Sachin Kamat
· 13 years ago
4633511
regmap: Fix incorrect arguments to kzalloc() call
by Dimitris Papastamos
· 13 years ago
a14af32
driver core: don't trigger uevent after failure
by Sebastian Ott
· 13 years ago
eed5d21
PM / Runtime: Do not increment device usage counts before probing
by Rafael J. Wysocki
· 13 years ago
b0d1f80
driver-core: Use kobj_to_dev instead of re-implementing it
by Lars-Peter Clausen
· 13 years ago
8153584
driver core: Move deferred devices to the end of dpm_list before probing
by Mark Brown
· 13 years ago
5a7689f
driver core: move uevent call to driver_register
by Sebastian Ott
· 13 years ago
d1c6c03
driver core: fix shutdown races with probe/remove(v3)
by Ming Lei
· 13 years ago
79714f7
get rid of kern_path_parent()
by Al Viro
· 13 years ago
d181b49
PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unset
by Rafael J. Wysocki
· 13 years ago
8e9afaf
PM / Domains: Fix build warning for CONFIG_PM_RUNTIME unset
by Rafael J. Wysocki
· 13 years ago
db79e53
PM / Domains: Replace plain integer with NULL pointer in domain.c file
by Sachin Kamat
· 13 years ago
8951ef0
PM / Domains: Add missing static storage class specifier in domain.c file
by Sachin Kamat
· 13 years ago
8651f97
PM / cpuidle: System resume hang fix with cpuidle
by Preeti U Murthy
· 13 years ago
1044c18
regmap: Add hook for printk logging for debugging during early init
by Mark Brown
· 13 years ago
62d4490
PM / Domains: Allow device callbacks to be added at any time
by Rafael J. Wysocki
· 13 years ago
1d5fcfe
PM / Domains: Add device domain data reference counter
by Rafael J. Wysocki
· 13 years ago
6fbfd05
Merge v3.5-rc5 into driver-core-next
by Greg Kroah-Hartman
· 13 years ago
cbc9ef0
PM / Domains: Add preliminary support for cpuidle, v2
by Rafael J. Wysocki
· 13 years ago
80de3d7
PM / Domains: Do not stop devices after restoring their states
by Rafael J. Wysocki
· 13 years ago
0b58974
PM / Domains: Use subsystem runtime suspend/resume callbacks by default
by Rafael J. Wysocki
· 13 years ago
b2df1d4
PM / Sleep: Separate printing suspend times from initcall_debug
by Rafael J. Wysocki
· 13 years ago
4b7760b
PM / Sleep: add knob for printing device resume times
by Sameer Nanda
· 13 years ago
1f758b2
PM / Sleep: Prevent waiting forever on asynchronous suspend after abort
by Mandeep Singh Baines
· 13 years ago
fe80352
Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
632a5b0
regmap: Fix work_buf switching for page update during virtual range access.
by Krystian Garbaciak
· 13 years ago
6863ca6
regmap: Add support for register indirect addressing.
by Krystian Garbaciak
· 13 years ago
fc3ebd7
regmap: Move lock out from internal function _regmap_update_bits().
by Krystian Garbaciak
· 13 years ago
6e7b4a5
driver core: fix some kernel-doc warnings in dma*.c
by Randy Dunlap
· 13 years ago
0998d06
device-core: Ensure drvdata = NULL when no driver is bound
by Hans de Goede
· 13 years ago
Next »