index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2015-08-30
regmap: Add raw_write/read checks for max_raw_write/read sizes
Markus Pargmann
-0
/
+6
2015-08-30
regmap: regmap max_raw_read/write getter functions
Markus Pargmann
-0
/
+22
2015-08-30
regmap: Introduce max_raw_read/write for regmap_bulk_read/write
Markus Pargmann
-15
/
+74
2015-08-30
Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...
Mark Brown
-16
/
+45
2015-08-29
PM / Domains: Fix typo in description of genpd_dev_pm_detach()
Jon Hunter
-1
/
+1
2015-08-29
PM / Domains: Make pm_genpd_init() available to modules
Rajendra Nayak
-0
/
+1
2015-08-29
PM / domains: Align column headers and data in pm_genpd_summary output
Geert Uytterhoeven
-3
/
+3
2015-08-28
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
-3
/
+3
2015-08-28
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Viresh Kumar
-3
/
+6
2015-08-28
PM / OPP: Free resources and properly return error on failure
Viresh Kumar
-14
/
+16
2015-08-27
device property: Return -ENXIO if there is no suitable FW interface
Guenter Roeck
-4
/
+13
2015-08-26
device property: fallback to pset when gettng one string
Andy Shevchenko
-1
/
+2
2015-08-25
drivercore: Fix unregistration path of platform devices
Grant Likely
-6
/
+2
2015-08-21
regmap: No multi_write support if bus->write does not exist
Markus Pargmann
-1
/
+1
2015-08-21
regmap: Split use_single_rw internally into use_single_read/write
Markus Pargmann
-9
/
+12
2015-08-21
regmap: Fix regmap_bulk_write for bus writes
Markus Pargmann
-2
/
+19
2015-08-20
device property: Add ETH_ALEN check, update comments.
Jeremy Linton
-8
/
+13
2015-08-20
regmap: regmap_raw_read return error on !bus->read
Markus Pargmann
-0
/
+5
2015-08-14
regmap: Fix regmap_can_raw_write check
Markus Pargmann
-1
/
+2
2015-08-13
Add a matching set of device_ functions for determining mac/phy
Jeremy Linton
-0
/
+73
2015-08-12
Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-5
/
+14
2015-08-12
regmap: fix typos in regmap.c
Xiubo Li
-2
/
+2
2015-08-12
regmap: Fix integertypes for register address and value
Markus Pargmann
-2
/
+2
2015-08-12
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-2
/
+2
2015-08-11
regmap: Move documentation to regmap.h
Nicolas Boichat
-139
/
+0
2015-08-07
regmap: Use different lockdep class for each regmap init call
Nicolas Boichat
-61
/
+107
2015-08-07
regmap: debugfs: Fix misuse of IS_ENABLED
Axel Lin
-4
/
+5
2015-08-07
PM / OPP: add dev_pm_opp_is_turbo() helper
Bartlomiej Zolnierkiewicz
-0
/
+34
2015-08-07
PM / OPP: Add helpers for initializing CPU OPPs
Viresh Kumar
-0
/
+175
2015-08-07
PM / OPP: Add support for opp-suspend
Viresh Kumar
-0
/
+11
2015-08-07
PM / OPP: Add OPP sharing information to OPP library
Viresh Kumar
-24
/
+150
2015-08-07
PM / OPP: Add clock-latency-ns support
Viresh Kumar
-2
/
+39
2015-08-07
PM / OPP: Add support to parse "operating-points-v2" bindings
Viresh Kumar
-24
/
+233
2015-08-07
PM / OPP: Break _opp_add_dynamic() into smaller functions
Viresh Kumar
-49
/
+76
2015-08-07
PM / OPP: Allocate dev_opp from _add_device_opp()
Viresh Kumar
-23
/
+27
2015-08-07
PM / OPP: Create _remove_device_opp() for freeing dev_opp
Viresh Kumar
-5
/
+17
2015-08-07
PM / OPP: Relocate few routines
Viresh Kumar
-138
/
+139
2015-08-05
driver core: correct device's shutdown order
Grygorii Strashko
-0
/
+58
2015-08-05
driver core: fix docbook for device_private.device
Tomeu Vizoso
-1
/
+1
2015-08-06
device property: fix potential NULL pointer dereference
Andy Shevchenko
-2
/
+3
2015-08-05
cpu: Remove bogus __ref annotation of cpu_subsys_online()
Mathias Krause
-1
/
+1
2015-08-05
firmware: fix wrong memory deallocation in fw_add_devm_name()
Vladimir Zapolskiy
-1
/
+1
2015-08-05
devres: fix devres_get()
Masahiro Yamada
-2
/
+2
2015-07-31
PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domain
Jon Hunter
-5
/
+9
2015-07-31
PM / Domains: Remove intermediate states from the power off sequence
Ulf Hansson
-301
/
+62
2015-07-30
drivers/base: Add MSI domain support for non-PCI devices
Marc Zyngier
-0
/
+283
2015-07-30
Merge branch 'linus' into irq/core
Thomas Gleixner
-33
/
+39
2015-07-29
regmap: regcache-rbtree: Clean new present bits on present bitmap resize
Guenter Roeck
-5
/
+14
2015-07-28
driver core: implement device_for_each_child_reverse()
Andy Shevchenko
-0
/
+43
2015-07-28
Driver core: wakeup the parent device before trying probe
Rafael J. Wysocki
-0
/
+20
[prev]
[next]