summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/digi_acceleport.c
AgeCommit message (Expand)Author
2026-08-14Merge tag 'usb-serial-7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-08-03USB: serial: digi_acceleport: add port lock nesting annotationJohan Hovold
2026-07-13USB: serial: digi_acceleport: fix oob port dev_printk()Johan Hovold
2026-07-13USB: serial: digi_acceleport: clean up inb command submissionJohan Hovold
2026-07-13USB: serial: digi_acceleport: clean up write completionJohan Hovold
2026-07-13USB: serial: digi_acceleport: clean up xfer buf length expressionJohan Hovold
2026-07-13USB: serial: digi_acceleport: drop unused in-buf defineJohan Hovold
2026-07-13USB: serial: digi_acceleport: stop OOB I/O when not in useJohan Hovold
2026-07-13USB: serial: digi_acceleport: drop redundant driver data sanity checksJohan Hovold
2026-07-13USB: serial: digi_acceleport: clean up declarations and whitespaceJohan Hovold
2026-07-13USB: serial: digi_acceleport: add oob port helperJohan Hovold
2026-07-13USB: serial: digi_acceleport: always stop write urb on closeJohan Hovold
2026-07-13USB: serial: digi_acceleport: drop unused wait queueJohan Hovold
2026-07-13USB: serial: digi_acceleport: fix port registration orderJohan Hovold
2026-07-13USB: serial: digi_acceleport: do not log stopping of urbs as errorsJohan Hovold
2026-06-29USB: serial: digi_acceleport: fix broken rx after throttleJohan Hovold
2026-06-29USB: serial: digi_acceleport: fix hard lockup on disconnectJohan Hovold
2026-06-29USB: serial: digi_acceleport: fix write buffer corruptionJohan Hovold
2026-06-12Merge tag 'usb-serial-7.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-05-20USB: serial: digi_acceleport: fix memory corruption with small endpointsJohan Hovold
2026-05-11USB: serial: drop unused uaccess includesJohan Hovold
2026-05-11USB: serial: drop unused tty_driver includesJohan Hovold
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2024-08-26USB: serial: drop driver owner initializationKrzysztof Kozlowski
2023-06-07USB: serial: return errors from break handlingJohan Hovold
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen
2021-05-21USB: serial: drop irq-flags initialisationsJohan Hovold
2021-05-21USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold
2021-05-21USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König
2020-11-04USB: serial: remove write wait queueJohan Hovold
2020-11-04USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold
2020-10-27USB: serial: digi_acceleport: remove in_interrupt() usageAhmed S. Darwish
2020-02-10USB: serial: digi_acceleport: remove redundant assignment to pointer privColin Ian King
2019-04-21USB: serial: digi_acceleport: clean up set_termiosJohan Hovold
2019-04-21USB: serial: digi_acceleport: clean up modem-control handlingJohan Hovold
2018-06-27USB: serial: digi_acceleport: rename tty flag variableJohan Hovold
2018-06-26USB: serial: digi_acceleport: use irqsave() in USB's complete callbackJohn Ogness
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-16USB: serial: digi_acceleport: simplify endpoint checkJohan Hovold
2017-03-09USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-31USB: serial: digi_acceleport: fix incomplete rx sanity checkJohan Hovold
2017-01-31USB: serial: digi_acceleport: fix OOB data sanity checkJohan Hovold
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-03-31USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum