Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0f620837595145cd42be1c9dc6b619146fbeaf88
0f620837
mfd: Add ab8500 version detection and enforcing
by Linus Walleij
· 13 years ago
6d95b7f
mfd: Fix ab8500 error path bug
by Linus Walleij
· 13 years ago
d2cb87c
mfd: Test for jack detection when deciding if wm8994 should suspend
by Mark Brown
· 13 years ago
ee67b0c
mfd: wm8994: We don't need to runtime resume by default
by Mark Brown
· 13 years ago
9a022e5
mfd: wm8994: Mark MICBIAS register as readable
by Mark Brown
· 13 years ago
cbcde05
mfd: Trivial twl4030 code-style fixes
by Felipe Contreras
· 13 years ago
450b115
mfd: Add to_irq() member to asic3 gpio_chip structure
by Paul Parsons
· 13 years ago
edcf319
mfd: Remove unneeded version.h include from ab5500
by Jesper Juhl
· 13 years ago
38040c8
gpio: Support no-irq stmpe mode
by Chris Blair
· 13 years ago
e31f9b8
mfd: Add support for no-interrupt stmpe config
by Chris Blair
· 13 years ago
0dc299a
mfd: Add itps65910 wakeup support
by Laxman Dewangan
· 13 years ago
88a1cfd
mfd: Add support for multiple s5m devices
by Sangbeom Kim
· 13 years ago
621210e
mfd: Convert s5m core driver to use devm_kzalloc()
by Sangbeom Kim
· 13 years ago
1773140
mfd: Initialize tps65910 irq platform data properly
by Laxman Dewangan
· 13 years ago
c7a1fcf
mfd: Fix s5m error handling for invalid device type
by Jonghwan Choi
· 13 years ago
c3ebb30
mfd: Fix possible s5m null pointer dereference
by Jonghwan Choi
· 13 years ago
d2d5cb4
mfd: wm8350 variable dereferenced before check
by Jonghwan Choi
· 13 years ago
b4a6dbd
mfd: Add initial db8500 prcmu register access api
by Mattias Nilsson
· 13 years ago
6f53d10
mfd: Remove check for db8500 firmware bug
by Jonas Aaberg
· 13 years ago
4d64d2e
mfd: db8500 OPP and sleep handling update
by Mattias Nilsson
· 13 years ago
992b133
mfd: Spawned db8500 regulators update
by Bengt Jonsson
· 13 years ago
6b6fae2
mfd: db8500 clock handling update
by Mattias Nilsson
· 13 years ago
0508901
mfd: Update abstract dbx500 interface
by Mattias Nilsson
· 13 years ago
b58d12f
mfd: Function for obtaining the db8500 prcmu firmware version
by Mattias Nilsson
· 13 years ago
c72fe85
mfd: Remove db8500-prcmu U8400 legacy
by Daniel Willerud
· 13 years ago
e536b62
mfd: Fix section mismatch warning for da9052-spi
by Axel Lin
· 13 years ago
1039d76
mfd: Add pdata to set mc13783-ts conversion delay
by Michael Thalmeier
· 13 years ago
4d75dd6
mfd: Add missing regmap_exit to free a previously allocated da9052 register map
by Axel Lin
· 13 years ago
d48f411
mfd: Add new mfd device for TPS65217
by AnilKumar Ch
· 13 years ago
0dcc9a9
mfd: twl-core: Don't specify regulator consumers by struct device
by Mark Brown
· 13 years ago
b01543d
Linux 3.3-rc4
by Linus Torvalds
· 13 years ago
be2874c
Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
584216b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
bff98bf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 13 years ago
4686066
Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 13 years ago
7857b99
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 13 years ago
06ca7c4
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
7bcd5b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
58e44ba
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
a18d3af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
34ddc81
i387: re-introduce FPU state preloading at context switch time
by Linus Torvalds
· 13 years ago
f94edac
i387: move TS_USEDFPU flag from thread_info to task_struct
by Linus Torvalds
· 13 years ago
4903062
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
by Linus Torvalds
· 13 years ago
b3b0870
i387: do not preload FPU state at task switch time
by Linus Torvalds
· 13 years ago
465c934
ecryptfs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
545d680
eCryptfs: Copy up lower inode attrs after setting lower xattr
by Tyler Hicks
· 13 years ago
4a26620
eCryptfs: Improve statfs reporting
by Tyler Hicks
· 13 years ago
6d59d7a
i387: don't ever touch TS_USEDFPU directly, use helper functions
by Linus Torvalds
· 13 years ago
b6c6641
i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers
by Linus Torvalds
· 13 years ago
15d8791
i387: fix x86-64 preemption-unsafe user stack save/restore
by Linus Torvalds
· 13 years ago
9a45a94
powerpc/perf: power_pmu_start restores incorrect values, breaking frequency events
by Anton Blanchard
· 13 years ago
64f8c135
powerpc/adb: Use set_current_state()
by majianpeng
· 13 years ago
5432124
powerpc: Disable interrupts early in Program Check
by Benjamin Herrenschmidt
· 13 years ago
a1a1d1b
powerpc: Remove legacy iSeries from ppc64_defconfig
by Stephen Rothwell
· 13 years ago
13635df
powerpc/fsl/pci: Fix PCIe fixup regression
by Benjamin Herrenschmidt
· 13 years ago
40c8cef
powerpc: Fix kernel log of oops/panic instruction dump
by Ira Snyder
· 13 years ago
f2ea0f5
crypto: sha512 - use standard ror64()
by Alexey Dobriyan
· 13 years ago
6c23e41
net/ethernet: ks8851_mll fix irq handling
by Jan Weitzel
· 13 years ago
2371143
veth: Enforce minimum size of VETH_INFO_PEER
by Thomas Graf
· 13 years ago
78a5249f
stmmac: update the driver version to Feb 2012 (v2)
by Giuseppe CAVALLARO
· 13 years ago
cf3f047
stmmac: move hw init in the probe (v2)
by Giuseppe CAVALLARO
· 13 years ago
7a13f8f
stmmac: request_irq when use an ext wake irq line (v2)
by Francesco Virlinzi
· 13 years ago
1cc5a73
stmmac: do not discard frame on dribbling bit assert
by Giuseppe CAVALLARO
· 13 years ago
72ba009
ipheth: Add iPhone 4S
by Tim Gardner
· 13 years ago
9f5b6c6
mlx4: add unicast steering entries to resource_tracker
by Eugenia Emantayev
· 13 years ago
2531188
mlx4: fix QP tree trashing
by Eugenia Emantayev
· 13 years ago
75c6062
mlx4: fix buffer overrun
by Eugenia Emantayev
· 13 years ago
33b5d30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
61cddc5
regmap: Fix cache defaults initialization from raw cache defaults
by Lars-Peter Clausen
· 13 years ago
c38e234
i387: fix sense of sanity check
by Linus Torvalds
· 13 years ago
7ada1dd
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 13 years ago
ebf4bcbd
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
8b36ac5
Merge tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
694ce18
Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
3013dc0
3c59x: shorten timer period for slave devices
by Eric Dumazet
· 13 years ago
58e05f3
netpoll: netpoll_poll_dev() should access dev->flags
by Eric Dumazet
· 13 years ago
f65bd5e
RxRPC: Fix kcalloc parameters swapped
by Axel Lin
· 13 years ago
fc54363
bnx2x: remove the 'poll' module option
by Michal Schmidt
· 13 years ago
0af2a0d
tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK
by Neal Cardwell
· 13 years ago
13d2619
Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
b7f5b7d
drm/radeon/kms: fix MSI re-arm on rv370+
by Alex Deucher
· 13 years ago
6f9f8a6
drm/radeon/kms/atom: bios scratch reg handling updates
by Alex Deucher
· 13 years ago
40e8c73
drm/radeon/kms: drop lock in return path of radeon_fence_count_emitted.
by Dave Airlie
· 13 years ago
27c3afe
ALSA: intel8x0: Fix default inaudible sound on Gateway M520
by Daniel T Chen
· 13 years ago
675c67a
Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 13 years ago
ce5afed
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
ca81a62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
778a785
powerpc/pseries/eeh: Fix crash when error happens during device probe
by Thadeu Lima de Souza Cascardo
· 13 years ago
444080d
powerpc/pseries: Fix partition migration hang in stop_topology_update
by Brian King
· 13 years ago
f1c853b
powerpc/powernv: Disable interrupts while taking phb->lock
by Michael Ellerman
· 13 years ago
6fe5f5f
powerpc: Fix WARN_ON in decrementer_check_overflow
by Benjamin Herrenschmidt
· 13 years ago
7a768d3
powerpc/wsp: Fix IRQ affinity setting
by Benjamin Herrenschmidt
· 13 years ago
e628942
powerpc: Implement GET_IP/SET_IP
by Srikar Dronamraju
· 13 years ago
454c0bf
powerpc/wsp: Permanently enable PCI class code workaround
by Benjamin Herrenschmidt
· 13 years ago
f9c2a0d
mmc: dw_mmc: Fix PIO mode with support of highmem
by Seungwon Jeon
· 13 years ago
18ee684
mmc: atmel-mci: save and restore sdioirq when soft reset is performed
by Ludovic Desroches
· 13 years ago
00d9ac0
mmc: block: Init ro_lock sysfs attr to fix lockdep warnings
by Rabin Vincent
· 13 years ago
5ba85d9
mmc: sh_mmcif: fix late delayed work initialisation
by Guennadi Liakhovetski
· 13 years ago
e3de2be
mmc: tmio_mmc: fix card eject during IO with DMA
by Guennadi Liakhovetski
· 13 years ago
dd13b4e
mmc: core: Fix comparison issue in mmc_compare_ext_csds
by Jurgen Heeks
· 13 years ago
Next »