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