Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
999156ada570cb4a2eaee42e47c9e659b5c577fb
/
drivers
0b4af1d
serial/8250_core: Add reference to uacess.h
by Ricardo Ribalda Delgado
· 10 years ago
b99b121
tty: serial: 8250_core: allow to overwrite & export serial8250_startup()
by Sebastian Andrzej Siewior
· 10 years ago
ae14a79
tty: serial: 8250_core: provide a function to export uart_8250_port
by Sebastian Andrzej Siewior
· 10 years ago
9d329c1
tty/vt/keyboard: Resolve many shadow warnings
by Mark Rustad
· 10 years ago
5aa387c
tty: vt8500_serial: explicitly calculate base baud rate
by Alexey Charkov
· 10 years ago
1db894e
tty: vt8500_serial: add polled console functions
by Alexey Charkov
· 10 years ago
8c986d3
tty: vt8500_serial: add missing support for RTS setting
by Alexey Charkov
· 10 years ago
ae38273
tty: vt8500_serial: add support for UART in WM8880 chips
by Alexey Charkov
· 10 years ago
287f03c
serial: kgdb_nmi: No CON_ENABLED by default
by Daniel Thompson
· 10 years ago
a5820c2
serial: amba-pl011: Use container_of() to get uart_amba_port
by Daniel Thompson
· 10 years ago
26c4741
serial: imx: clean up imx_poll_get_char()
by Dirk Behme
· 10 years ago
c993257
serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()
by Peter Hurley
· 10 years ago
5435d20
serial: 8250: Document serial8250_modem_status() locking
by Peter Hurley
· 10 years ago
16020b9
serial: blackfin: Fix missing gpio.h
by Peter Hurley
· 10 years ago
98f8b83d
serial: sunsab: Don't enable tx if tx stopped
by Peter Hurley
· 10 years ago
16f404e
serial: mpc52xx: Use default serial core x_char handler
by Peter Hurley
· 10 years ago
db106df
serial: Fix send_xchar() handlers
by Peter Hurley
· 10 years ago
fba594a
serial: core: Remove unsafe x_char optimization
by Peter Hurley
· 10 years ago
c235ccc
serial: core: Fix x_char race
by Peter Hurley
· 10 years ago
5e42e9a
serial: imx: Fix x_char handling and tx flow control
by Peter Hurley
· 10 years ago
99abf3b
serial: Style fix
by Peter Hurley
· 10 years ago
a6eec92
Revert "serial: uart: add hw flow control support configuration"
by Peter Hurley
· 10 years ago
95562e7
tty/serial: samsung: enable usage for 64-bit Exynos platforms
by Naveen Krishna Chatradhi
· 10 years ago
6004bb1
serial: vr41xx_siu: delete double assignment
by Julia Lawall
· 10 years ago
920314d
serial: Fix build failure caused by missing header file
by Pranith Kumar
· 10 years ago
ff7693d
ARM: meson: serial: add MesonX SoC on-chip uart driver
by Carlo Caione
· 10 years ago
7acb88a
drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory'
by Chen Gang
· 10 years ago
4bb2bd0
tty: serial: uartlite: Remove .owner field for driver
by Michal Simek
· 10 years ago
4ebe786
tty: serial: xuartps: Remove .owner field for driver
by Michal Simek
· 10 years ago
c10b739
serial: 8250_hp300: trivial: fix symbol name in #warning message
by Daniele Forsi
· 10 years ago
57087d5
tty: Fix spurious poll() wakeups
by Peter Hurley
· 10 years ago
b216df5
tty: Fix potential use after free in release_one_tty
by Cyrill Gorcunov
· 10 years ago
8b37439
serial: msm_serial: Fix kgdb continue
by Stephen Boyd
· 10 years ago
e052539
TTY: fix decimal printf format specifiers prefixed with 0x
by Hans Wennborg
· 10 years ago
62b0a1b
serial: clps711x: Use mctrl_gpio helpers for handling modem signals
by Alexander Shiyan
· 10 years ago
2f2dafe
serial: serial_core.c: printk replacement
by Sudip Mukherjee
· 10 years ago
a1d51aa2
tty: fix typo in comment of tty_termios_encode_baud_rate
by Matthias Brugger
· 10 years ago
4d199a5
serial: altera: Make of_device_id arrays const
by Tobias Klauser
· 10 years ago
8641199
tty: serial: msm: Fix 'void function return statements are not generally useful' warning
by Kiran Padwal
· 10 years ago
6f47abc
tty: serial: msm: Fix 'else is not generally useful after a break or return' warning
by Kiran Padwal
· 10 years ago
6a7cfe4
tty: serial: msm: Fix style warnings relating to printk()
by Kiran Padwal
· 10 years ago
e919cef
tty: serial: msm: Fix 'Missing a blank line after declarations' warning
by Kiran Padwal
· 10 years ago
ddea392
tty: serial: msm: remove braces {} in msm_serial.c
by Kiran Padwal
· 10 years ago
28e3fb6
serial: Add support for Fintek F81216A LPC to 4 UART
by Ricardo Ribalda Delgado
· 10 years ago
e676253
serial/8250: Add support for RS485 IOCTLs
by Ricardo Ribalda Delgado
· 10 years ago
27d5775
staging: dgnc: remove Neo card ids from device table
by Bill Pemberton
· 10 years ago
293b226
jsm: add support for additional Neo cards
by Bill Pemberton
· 10 years ago
94559a4
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 10 years ago
19ed3eb
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
81bbadc
Merge tag 'spi-v3.17-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 10 years ago
2dbf591
Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus
by Mark Brown
· 10 years ago
cdcd565
spi: sh-msiof: Fix transmit-only DMA transfers
by Geert Uytterhoeven
· 10 years ago
360b2ea
Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/doc', 'spi/fix/dw', 'spi/fix/omap-mcspi', 'spi/fix/pxa2xx', 'spi/fix/rockchip' and 'spi/fix/rspi' into spi-linus
by Mark Brown
· 10 years ago
e0a7ab4
Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus
by Mark Brown
· 10 years ago
fd5984d
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
ad6ede8
Merge tag 'pm+acpi-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
10f3291
Merge branch 'akpm' (fixes from Andrew Morton)
by Linus Torvalds
· 10 years ago
b7d5b9a
drivers/rtc/rtc-s5m.c: re-add support for devices without irq specified
by Bartlomiej Zolnierkiewicz
· 10 years ago
0cf1e9d
zram: fix incorrect stat with failed_reads
by Chao Yu
· 10 years ago
848298c
Merge tag 'usb-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
bbf6c0a
Merge tag 'staging-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
7acaf52
Merge tag 'char-misc-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
115619b
Merge tag 'fbdev-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 10 years ago
ef13c8a
Merge tag 'dm-3.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
522a15d
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
9eabc99
x86, irq, PCI: Keep IRQ assignment for runtime power management
by Jiang Liu
· 10 years ago
5d1d150
spi/rockchip: Avoid accidentally turning off the clock
by Doug Anderson
· 10 years ago
d49ec52
dm crypt: fix access beyond the end of allocated space
by Mikulas Patocka
· 10 years ago
59753a8
Merge tag 'backlight-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
by Linus Torvalds
· 10 years ago
2db3cff
Merge tag 'mfd-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 10 years ago
0caf14e
Merge tag 'pinctrl-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
daf543b
Merge tag 'for-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf
by Linus Torvalds
· 10 years ago
6e8f7b0
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
daebabd
mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regulators
by Tony Lindgren
· 10 years ago
e9f3b79
dma-buf/fence: Fix a kerneldoc warning
by Thierry Reding
· 10 years ago
b8d758d
drm/ast: Add missing entry to dclk_table[]
by Y.C. Chen
· 10 years ago
36d07e3a
Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-fixes
by Dave Airlie
· 10 years ago
5fa9be6
Merge branch 'msm-fixes-3.17' of git://people.freedesktop.org/~robclark/linux into drm-fixes
by Dave Airlie
· 10 years ago
00e7208
drm: fix division-by-zero on dumb_create()
by David Herrmann
· 10 years ago
a806122
Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 10 years ago
a9ef803
USB: fix build error with CONFIG_PM_RUNTIME disabled
by Greg Kroah-Hartman
· 10 years ago
0b4f58b
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 10 years ago
dc26874
cpufreq: s5pv210: Remove spurious __init annotation
by Mark Brown
· 10 years ago
772c713
Merge branches 'acpi-scan', 'acpi-ec' and 'acpi-lpss'
by Rafael J. Wysocki
· 10 years ago
16405f9
cpufreq: intel_pstate: Add CPU ID for Braswell processor
by Mika Westerberg
· 10 years ago
ce71761
intel_pstate: Turn per cpu printk into pr_debug
by Andi Kleen
· 10 years ago
7c38405
Revert "usb: ehci/ohci-exynos: Fix PHY getting sequence"
by Greg Kroah-Hartman
· 10 years ago
0bd252d
radeon: Test for PCI root bus before assuming bus->self
by Alex Williamson
· 10 years ago
e21eba0
xhci: Disable streams on Via XHCI with device-id 0x3432
by Hans de Goede
· 10 years ago
5654699
USB: serial: fix potential heap buffer overflow
by Johan Hovold
· 10 years ago
d979e9f
USB: serial: fix potential stack buffer overflow
by Johan Hovold
· 10 years ago
ff0c57a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 10 years ago
08a707b
spi: dw: fix kernel crash due to NULL pointer dereference
by Andy Shevchenko
· 10 years ago
c9d5d6fe
spi: dw-pci: fix bug when regs left uninitialized
by Andy Shevchenko
· 10 years ago
eba1c71
ARM: 8130/1: cpuidle/cpuidle-big_little: fix reading cpu id part number
by Juri Lelli
· 10 years ago
844817e
HID: picolcd: sanity check report size in raw_event() callback
by Jiri Kosina
· 10 years ago
c54def7
HID: magicmouse: sanity check report size in raw_event() callback
by Jiri Kosina
· 10 years ago
0393689
usb: ehci/ohci-exynos: Fix PHY getting sequence
by Vivek Gautam
· 10 years ago
bdd405d
usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
by Roger Quadros
· 10 years ago
72ad366
thunderbolt: Clear hops before overwriting
by Andreas Noever
· 10 years ago
Next »