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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
aoe: update driver-internal version to 64+
Ed Cashin
1
-1
/
+2
2012-12-18
aoe: commands in retransmit queue use new destination on failure
Ed Cashin
3
-33
/
+75
2012-12-18
aoe: use high-resolution RTTs with fallback to low-res
Ed Cashin
2
-11
/
+55
2012-12-18
aoe: manipulate aoedev network stats under lock
Ed Cashin
1
-2
/
+2
2012-12-18
aoe: err device: include MAC addresses for unexpected responses
Ed Cashin
1
-2
/
+4
2012-12-18
aoe: improve network congestion handling
Ed Cashin
3
-74
/
+121
2012-12-18
aoe: provide ATA identify device content to user on request
Ed Cashin
3
-0
/
+47
2012-12-18
aoe: update driver-internal version number to 60
Ed Cashin
1
-1
/
+1
2012-12-18
aoe: whitespace cleanup
Ed Cashin
5
-8
/
+8
2012-12-18
aoe: cleanup: remove unused ata_scnt function
Ed Cashin
1
-10
/
+0
2012-12-18
aoe: "payload" sysfs file exports per-AoE-command data transfer size
Ed Cashin
1
-0
/
+10
2012-12-18
aoe: support larger I/O requests via aoe_maxsectors module param
Ed Cashin
1
-0
/
+9
2012-12-18
aoe: support the forgetting (flushing) of a user-specified AoE target
Ed Cashin
1
-6
/
+38
2012-12-18
aoe: update cap on outstanding commands based on config query response
Ed Cashin
2
-4
/
+8
2012-12-18
aoe: print warning regarding a common reason for dropped transmits
Ed Cashin
1
-2
/
+7
2012-12-18
aoe: describe the behavior of the "err" character device
Ed Cashin
1
-0
/
+5
2012-12-18
rtc: DA9055 RTC driver
Ashish Jangam
3
-0
/
+424
2012-12-18
drivers/rtc/rtc-s3c: use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2012-12-18
drivers/rtc/rtc-tps65910.c: enable RTC power domain on initialization
Kim, Milo
1
-0
/
+7
2012-12-18
drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.c
Sachin Kamat
1
-19
/
+0
2012-12-18
drivers/rtc/rtc-s3c.c: convert to use devm_* API
Tushar Behera
1
-37
/
+8
2012-12-18
drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label
Tushar Behera
1
-4
/
+1
2012-12-18
rtc: add NXP PCF8523 support
Thierry Reding
3
-0
/
+336
2012-12-18
rtc: rtc-davinci: use devm_kzalloc()
Devendra Naga
1
-12
/
+4
2012-12-18
rtc: rtc-davinci: return correct error code if rtc_device_register() fails
Devendra Naga
1
-2
/
+3
2012-12-18
drivers/rtc/rtc-tps65910.c: rename irq to match device
Sivaram Nair
1
-1
/
+1
2012-12-18
rtc: rtc-spear: Provide flag for no support of UIE mode
Deepak Sikri
1
-0
/
+2
2012-12-18
rtc: rtc-spear: Add clk_{un}prepare() support
Deepak Sikri
1
-3
/
+3
2012-12-18
rtc: rtc-spear: use devm_*() routines
Viresh Kumar
1
-60
/
+29
2012-12-18
drivers/rtc/rtc-test.c: avoid calling platform_device_put() twice
Wei Yongjun
1
-7
/
+7
2012-12-18
drivers/rtc/rtc-vt8500.c: convert to use devm_kzalloc
Devendra Naga
1
-10
/
+5
2012-12-18
drivers/rtc/rtc-imxdi.c: add devicetree support
Roland Stigge
1
-0
/
+11
2012-12-18
drivers/rtc/rtc-imxdi: support for i.MX53
Roland Stigge
1
-1
/
+1
2012-12-18
rtc: omap: add runtime pm support
Vaibhav Hiremath
1
-0
/
+18
2012-12-18
rtc: omap: depend on am33xx
Afzal Mohammed
1
-4
/
+6
2012-12-18
rtc: omap: dt support
Afzal Mohammed
1
-0
/
+18
2012-12-18
rtc: omap: kicker mechanism support
Afzal Mohammed
1
-3
/
+41
2012-12-18
drivers/of/fdt.c: re-use kernel's kbasename()
Andy Shevchenko
1
-8
/
+2
2012-12-18
backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON
Marko Katic
1
-2
/
+2
2012-12-18
drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...
Jingoo Han
1
-1
/
+2
2012-12-18
drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be called
Jingoo Han
1
-2
/
+6
2012-12-18
backlight: 88pm860x_bl: remove an unnecessary line continuation
Jingoo Han
1
-2
/
+1
2012-12-18
drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...
Peter Ujfalusi
1
-5
/
+3
2012-12-18
backlight: add of_find_backlight_by_node()
Thierry Reding
1
-0
/
+29
2012-12-18
drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file
Axel Lin
1
-1
/
+1
2012-12-18
drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd data
Jingoo Han
1
-8
/
+3
2012-12-18
drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd data
Jingoo Han
1
-8
/
+3
2012-12-18
drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointer
Jingoo Han
1
-1
/
+1
2012-12-18
drivers/video/backlight/vgg2432a4.c: add missing const
Jingoo Han
3
-6
/
+6
2012-12-18
drivers/video/backlight/tdo24m.c: add missing const
Jingoo Han
1
-13
/
+14
[next]