index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
mfd: twl-core: Add initial DT support for twl4030/twl6030
Benoit Cousson
3
-2
/
+98
2012-01-09
mfd: Return an error on failed wm831x register writes
Mark Brown
1
-0
/
+2
2012-01-09
mfd: Convert WM8400 to devm_kzalloc()
Mark Brown
1
-5
/
+2
2012-01-09
mfd: Unify abx500 headers in mfd/abx500
Linus Walleij
20
-18
/
+18
2012-01-09
mfd: Add missing mutex.h inclusion to WM8994 core.h
Mark Brown
1
-0
/
+1
2012-01-09
mfd: Use gpio_request_one from twl6040-core
Axel Lin
1
-5
/
+2
2012-01-09
mfd: Use gpio_request_one from omap-usb-host
Axel Lin
1
-12
/
+6
2012-01-09
mfd: Use gpio_request_one from dm355evm_msp
Axel Lin
1
-2
/
+1
2012-01-09
mfd: Use gpio_request_one from aat2870-core
Axel Lin
1
-2
/
+2
2012-01-09
mfd: Convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
5
-5
/
+5
2012-01-09
mfd: Add WM1811A device ID to wm8994 driver
Mark Brown
1
-0
/
+1
2012-01-09
mfd: Add a dependency on HAVE_CLK for tc6393xb
Christoph Fritz
1
-1
/
+1
2012-01-09
mfd: Don't declare jz4740_adc_cells const
Axel Lin
1
-1
/
+1
2012-01-09
mfd: Use standard device wakeup for handling max8998 wakeup device
Jonghwan Choi
1
-2
/
+4
2012-01-09
mfd: Constify WM8994 regulator_init_data
Mark Brown
1
-1
/
+1
2012-01-09
mfd: Fix cs5535 section mismatch
Christian Gmeiner
1
-3
/
+3
2012-01-09
mfd: Add device tree probe support for mc13xxx
Shawn Guo
2
-31
/
+128
2012-01-09
ARM: sa1100: Refactor mcp-sa11x0 to use platform resources.
Jochen Friedrich
8
-53
/
+176
2012-01-09
ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.
Jochen Friedrich
15
-21
/
+138
2012-01-09
mfd: Fix twl4030-irq typo
NeilBrown
1
-1
/
+1
2012-01-09
mfd: Set twl4030-irq tertiary interrupts to be nested/threaded.
NeilBrown
1
-0
/
+1
2012-01-09
mfd: Fixed unconditional reset of the mc13xxx ADC reading enable bits
Robin van der Gracht
2
-2
/
+10
2012-01-09
misc: Add driver support for MAX8997 MUIC
Donggeun Kim
3
-0
/
+643
2012-01-09
mfd: Add platform data for MAX8997 MUIC driver
Donggeun Kim
1
-1
/
+57
2012-01-09
mfd: Convert WM8350 to devm_kzalloc()
Mark Brown
1
-3
/
+1
2012-01-09
mfd: Store wm8350 struct in core device driver data
Mark Brown
1
-0
/
+2
2012-01-09
mfd: Remove redundant spi driver bus initialization
Lars-Peter Clausen
3
-3
/
+0
2012-01-09
mfd: Convert MFD drivers to use module_platform_driver
Mark Brown
10
-120
/
+10
2012-01-09
mfd: Add basic device tree binding for wm8994
Mark Brown
2
-0
/
+27
2012-01-09
mfd: Convert 88pm860x to use regmap api
Jett.Zhou
3
-62
/
+47
2012-01-09
mfd: Fix 88pm860x test bank i2c interface bug
Jett.Zhou
1
-46
/
+89
2012-01-09
mfd: Disable more pulls on WM8994
Mark Brown
2
-3
/
+14
2012-01-09
mfd: Add support for irq over gpio pin to stmpe
Viresh Kumar
2
-7
/
+36
2012-01-09
mfd: Convert wm8994 to devm_kzalloc()
Mark Brown
1
-11
/
+5
2012-01-09
mfd: Convert wm831x core driver to devm_kzalloc()
Mark Brown
3
-6
/
+2
2012-01-04
Linux 3.2
v3.2
Linus Torvalds
1
-1
/
+1
2012-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-15
/
+32
2012-01-04
minixfs: misplaced checks lead to dentry leak
Al Viro
1
-17
/
+17
2012-01-04
ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach
Oleg Nesterov
2
-3
/
+12
2012-01-04
ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race
Oleg Nesterov
1
-1
/
+8
2012-01-04
Merge git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-2
/
+2
2012-01-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-5
/
+23
2012-01-04
Revert "rtc: Expire alarms after the time is set."
Linus Torvalds
1
-6
/
+0
2012-01-04
[CIFS] default ntlmv2 for cifs mount delayed to 3.3
Steve French
1
-1
/
+1
2012-01-03
cifs: fix bad buffer length check in coalesce_t2
Jeff Layton
1
-1
/
+1
2012-01-03
Revert "rtc: Disable the alarm in the hardware"
Linus Torvalds
1
-34
/
+10
2012-01-03
hung_task: fix false positive during vfork
Mandeep Singh Baines
1
-4
/
+10
2012-01-03
security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set
Jan Kara
2
-2
/
+2
2012-01-03
fix CAN MAINTAINERS SCM tree type
Oliver Hartkopp
1
-2
/
+2
2012-01-03
mwifiex: fix crash during simultaneous scan and connect
Amitkumar Karwar
1
-1
/
+6
[next]