index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serdev
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-30
serdev: Do not instantiate serdevs on boards with known bogus DSDT entries
Hans de Goede
1
-0
/
+14
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-7
/
+29
2021-08-13
serdev: Split and export serdev_acpi_get_uart_resource()
Andy Shevchenko
1
-7
/
+29
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-05-20
tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...
Lee Jones
1
-1
/
+1
2020-11-06
tty: serdev: core: Provide missing description for 'owner'
Lee Jones
1
-0
/
+1
2020-11-06
tty: serdev: core: Remove unused variable 'dummy'
Lee Jones
1
-4
/
+1
2020-03-06
serdev: Fix detection of UART devices on Apple machines.
Ronald Tschalär
1
-0
/
+10
2020-01-13
Merge 5.5-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+10
2020-01-06
serdev: Don't claim unsupported ACPI serial devices
Punit Agrawal
1
-0
/
+10
2019-12-17
serdev: make use of printk extension %pe for better error messages
Uwe Kleine-König
1
-6
/
+8
2019-10-10
serdev: Add ACPI devices by ResourceSource field
Maximilian Luz
1
-12
/
+99
2018-11-27
serdev: document the write functions using kernel-doc
Johan Hovold
1
-0
/
+37
2018-11-27
serdev: make synchronous write helper interruptible
Johan Hovold
1
-6
/
+14
2018-11-27
serdev: make synchronous write return bytes written
Johan Hovold
1
-2
/
+10
2018-11-27
serdev: use zero to indicate infinite write timeout
Johan Hovold
1
-2
/
+5
2018-07-15
serdev: add dev_pm_domain_attach|detach()
Sean Wang
1
-1
/
+14
2018-07-02
Merge 4.18-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2018-06-28
serdev: fix memleak on module unload
Johan Hovold
1
-0
/
+1
2018-06-28
serdev: add controller runtime PM support
Johan Hovold
1
-3
/
+30
2018-03-14
serdev: Fix typo in serdev_device_alloc
Frédéric Danis
1
-1
/
+1
2018-02-01
Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-33
/
+42
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+12
2018-01-23
serdev: add method to set parity
Ulrich Hecht
1
-0
/
+12
2018-01-22
serdev: only match serdev devices
Johan Hovold
1
-0
/
+8
2018-01-22
serdev: do not generate modaliases for controllers
Johan Hovold
1
-38
/
+34
2018-01-09
serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
Hans de Goede
1
-0
/
+5
2018-01-08
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
1
-0
/
+27
2018-01-08
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
1
-2
/
+2
2017-11-28
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
1
-0
/
+27
2017-11-28
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
1
-2
/
+2
2017-11-08
tty: serdev: Remove redundant license text
Greg Kroah-Hartman
1
-9
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-23
serdev: fix controller-allocation error handling
Johan Hovold
1
-9
/
+14
2017-10-23
serdev: fix registration of second slave
Johan Hovold
1
-3
/
+16
2017-10-20
serdev: Add ACPI support
Frédéric Danis
1
-5
/
+95
2017-07-30
tty: Convert to using %pOF instead of full_name
Rob Herring
1
-1
/
+1
2017-07-03
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+6
2017-06-09
tty: serdev: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
1
-4
/
+6
2017-05-18
serdev: Restore serdev_device_write_buf for atomic context
Stefan Wahren
1
-0
/
+12
2017-05-08
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-5
/
+31
2017-05-05
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+1
2017-04-12
serdev: implement get/set tiocm
Sebastian Reichel
1
-0
/
+22
2017-04-12
serdev: add serdev_device_wait_until_sent
Sebastian Reichel
1
-0
/
+11
2017-04-08
serdev: Add serdev_device_write subroutine
Andrey Smirnov
1
-5
/
+31
2017-03-22
of: Add function for generating a DT modalias with a newline
Rob Herring
1
-4
/
+1
2017-02-03
serdev: Introduce new bus for serial attached devices
Rob Herring
1
-0
/
+421