Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2df4390130a85c2dd85ba3eb96f0c25ae7c5bca3
/
drivers
2df4390
PNP: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
69df753
drivers/base/core.c: output device renaming messages with dev_dbg().
by ethan.zhao
· 11 years ago
64c862a
devres: add kernel standard devm_k.alloc functions
by Joe Perches
· 11 years ago
a6b01de
driver core: remove dev_bin_attrs from struct class
by Greg Kroah-Hartman
· 11 years ago
bcc8edb
driver core: remove dev_attrs from struct class
by Greg Kroah-Hartman
· 11 years ago
88502b9
Merge 3.12-rc3 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
30ceb4e
Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
26c019f
Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
31795c4
Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
434ac47
Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
c23c223
Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
b97b869
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
6654417
Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/linux into drm-fixes
by Dave Airlie
· 11 years ago
669fc2f
Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
057d5e9
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 11 years ago
ec220be
Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
f41f064
PCI: Workaround missing pci_set_master in pci drivers
by Yinghai Lu
· 11 years ago
e18945b
driver-core: remove struct bus_type.drv_attrs
by Greg Kroah-Hartman
· 11 years ago
b4e4613
driver-core: remove struct bus_type.bus_attrs
by Greg Kroah-Hartman
· 11 years ago
bf41691
i2c: ismt: initialize DMA buffer
by James Ralston
· 11 years ago
30600a9
drm/msm: use drm_gem_dumb_destroy helper
by Rob Clark
· 11 years ago
33b5596
drm/msm: deal with mach/iommu.h removal
by Rob Clark
· 11 years ago
c55d1c4
drm/msm: Remove iommu include from mdp4_kms.c
by Joerg Roedel
· 11 years ago
e4826a9
drm/msm: Odd PTR_ERR usage
by Thomas Meyer
· 11 years ago
41ed7fe
Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 11 years ago
6cac446
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
d3aa026
Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 11 years ago
bd63ace
i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is set
by Chew, Chiau Ee
· 11 years ago
85b3a93
i2c: mv64xxx: Do not use writel_relaxed()
by Thierry Reding
· 11 years ago
c1a9946
i2c: mv64xxx: Fix some build warnings
by Thierry Reding
· 11 years ago
1533691
i2c: s3c2410: fix clk_disable/clk_unprepare WARNings
by Kim Phillips
· 11 years ago
dcc7bc3
Merge branch 'pm-cpufreq-fixes'
by Rafael J. Wysocki
· 11 years ago
df3f4ed
staging: r8188eu: Add new device ID
by Larry Finger
· 11 years ago
85601f8
usb: dwc3: add support for Merrifield
by David Cohen
· 11 years ago
eee41b4
USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization
by Shengzhou Liu
· 11 years ago
2606b28
USB: Fix breakage in ffs_fs_mount()
by Al Viro
· 11 years ago
9d3fde8
backlight: atmel-pwm-bl: fix deferred probe from __init
by Johan Hovold
· 11 years ago
17dab4d
usb: phy: gpio-vbus: fix deferred probe from __init
by Johan Hovold
· 11 years ago
f3a9995
usb: gadget: pxa25x_udc: fix deferred probe from __init
by Johan Hovold
· 11 years ago
16a7c7c
pcmcia: at91_cf: fix deferred probe from __init
by Johan Hovold
· 11 years ago
2c2b928
mtd: atmel_nand: fix deferred probe from __init
by Johan Hovold
· 11 years ago
1867ade
mmc: mvsdio: fix deferred probe from __init
by Johan Hovold
· 11 years ago
3f9120b
driver core: prevent deferred probe with platform_driver_probe
by Johan Hovold
· 11 years ago
1296fc0
scsi: fcoe: fix build error
by Greg Kroah-Hartman
· 11 years ago
19b6e6a
PCI: convert bus code to use drv_groups
by Greg Kroah-Hartman
· 11 years ago
244afec
PCI: convert bus code to use bus_groups
by Greg Kroah-Hartman
· 11 years ago
c88dc55
SCSI: fcoe: convert bus code to use bus_groups
by Greg Kroah-Hartman
· 11 years ago
ed1d2da
rapidio: convert bus code to use bus_groups
by Greg Kroah-Hartman
· 11 years ago
3e358ac
firmware: Be a bit more verbose about direct firmware loading failure
by Neil Horman
· 11 years ago
388975c
sysfs: clean up sysfs_get_dirent()
by Tejun Heo
· 11 years ago
4b30ee5
sysfs: remove ktype->namespace() invocations in symlink code
by Tejun Heo
· 11 years ago
58292cbe
sysfs: make attr namespace interface less convoluted
by Tejun Heo
· 11 years ago
f123db8
driver core : Fix use after free of dev->parent in device_shutdown
by Benson Leung
· 11 years ago
8bbf9f4
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout
by K. Y. Srinivasan
· 11 years ago
3a49160
Drivers: hv: util: Correctly support ws2008R2 and earlier
by K. Y. Srinivasan
· 11 years ago
4a70457
mei: cancel stall timers in mei_reset
by Alexander Usyskin
· 11 years ago
e2b3164
mei: bus: stop wait for read during cl state transition
by Tomas Winkler
· 11 years ago
1aee351
mei: make me client counters less error prone
by Tomas Winkler
· 11 years ago
ad1260e
fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy
by Ramneek Mehresh
· 11 years ago
6d0bb81
video: mxsfb: Add missing break
by Marek Vasut
· 11 years ago
5f45138
hwmon: (applesmc) Check key count before proceeding
by Henrik Rydberg
· 11 years ago
60119a1
video: of: display_timing: correct display-timings node finding
by Andrzej Hajda
· 11 years ago
8c42cf7
neofb: fix error return code in neofb_probe()
by Wei Yongjun
· 11 years ago
a2a6fc5
s3fb: fix error return code in s3_pci_probe()
by Wei Yongjun
· 11 years ago
fb8a150
video: mmp: drop needless devm cleanup
by Uwe Kleine-König
· 11 years ago
633358e
OMAPDSS: Add missing dependency on backlight for DSI-CM panel drier
by Mark Brown
· 11 years ago
5cec7bf
tty: Fix SIGTTOU not sent with tcflush()
by Peter Hurley
· 11 years ago
2199a55
clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast
by Magnus Damm
· 11 years ago
831abf7
usb/core/devio.c: Don't reject control message to endpoint with wrong direction bit
by Kurt Garloff
· 11 years ago
2c74033
usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA
by Geert Uytterhoeven
· 11 years ago
e7ef526
usb: chipidea: udc: free pending TD at removal procedure
by Peter Chen
· 11 years ago
3a254fe
usb: chipidea: imx: Add usb_phy_shutdown at probe's error path
by Peter Chen
· 11 years ago
222bed9
usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal
by Peter Chen
· 11 years ago
f84839d
usb: chipidea: udc: fix the oops after rmmod gadget
by Peter Chen
· 11 years ago
eeb93d0
clocksource: of: Respect device tree node status
by Sebastian Hesselbarth
· 11 years ago
5df718d
clocksource: exynos_mct: Set IRQ affinity when the CPU goes online
by Tomasz Figa
· 11 years ago
7b0dd72
arm: clocksource: mvebu: Use the main timer as clock source from DT
by Jean Pihet
· 11 years ago
f875fdb
USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd
by Alan Stern
· 11 years ago
a869342
USB: OHCI: accept very late isochronous URBs
by Alan Stern
· 11 years ago
bef073b
USB: UHCI: accept very late isochronous URBs
by Alan Stern
· 11 years ago
8937669
USB: iMX21: accept very late isochronous URBs
by Alan Stern
· 11 years ago
099326d
staging: imx-drm: Fix probe failure
by Fabio Estevam
· 11 years ago
5e8c3d3
staging: vt6656: [BUG] iwctl_siwencodeext return if device not open
by Malcolm Priestley
· 11 years ago
e3eb270
staging: vt6656: [BUG] main_usb.c oops on device_close move flag earlier.
by Malcolm Priestley
· 11 years ago
18e35e08
staging: vt6656: rxtx.c [BUG] s_vGetFreeContext dead lock on null apTD.
by Malcolm Priestley
· 11 years ago
c3aed23
Staging: rtl8192u: r819xU_cmdpkt: checking NULL value after doing dev_alloc_skb
by Iker Pedrosa
· 11 years ago
ffceff4
staging: r8188eu: Add files for new drive: Cocci spatch "noderef"
by Thomas Meyer
· 11 years ago
5a2d829
staging: r8188eu: Cocci spatch "noderef"
by Thomas Meyer
· 11 years ago
0a69bb4
staging: octeon-usb: Cocci spatch "noderef"
by Thomas Meyer
· 11 years ago
f685344
staging: r8188eu: Add files for new drive: Cocci spatch "noderef"
by Thomas Meyer
· 11 years ago
430b849
staging: lustre: Cocci spatch "noderef"
by Thomas Meyer
· 11 years ago
4b97280
Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
d322704
drm/i915: Fix up usage of SHRINK_STOP
by Daniel Vetter
· 11 years ago
e93dd91
Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 11 years ago
743a7ec
update contact information for Mikael Pettersson
by Mikael Pettersson
· 11 years ago
b27b14c
ACPI / scan: fix typo in comments of acpi_bus_unregister_driver()
by Hanjun Guo
· 11 years ago
58d327d
drm/radeon: fix hdmi audio on DCE3.0/3.1 asics
by Alex Deucher
· 11 years ago
116decb
cpufreq: exynos5440: Fix potential NULL pointer dereference
by Sachin Kamat
· 11 years ago
26ca869
cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_get()
by Viresh Kumar
· 11 years ago
8a61e12
acpi-cpufreq: skip loading acpi_cpufreq after intel_pstate
by Yinghai Lu
· 11 years ago
Next »