summaryrefslogtreecommitdiffstats
path: root/drivers/ipack
Commit message (Expand)AuthorAgeFilesLines
* ipack: make ipack_bus_type constRicardo B. Marliere2024-03-071-1/+1
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-8/+6
|\
| * tty: ipoctal: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-8/+6
* | ipack: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-071-2/+2
|/
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-4/+2
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-1/+1
|\ \
| * | ipack: ipoctal: remove unnecessary (void*) conversionsXU pengfei2023-01-201-1/+1
| |/
* / tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-1/+4
|\
| * ipack: Check dev_set_name() return valueBo Liu2022-09-011-1/+4
* | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
|/
* ipack: ipoctal: rename tty-driver pointerJohan Hovold2021-10-041-24/+24
* ipack: ipoctal: fix module reference leakJohan Hovold2021-09-271-8/+21
* ipack: ipoctal: fix missing allocation-failure checkJohan Hovold2021-09-271-1/+3
* ipack: ipoctal: fix tty-registration error handlingJohan Hovold2021-09-271-0/+7
* ipack: ipoctal: fix tty registration raceJohan Hovold2021-09-271-2/+2
* ipack: ipoctal: fix stack information leakJohan Hovold2021-09-271-5/+14
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-7/+6
|\
| * tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| |/
* | ipack: tpci200: fix memory leak in the tpci200_registerDongliang Mu2021-08-131-10/+14
* | ipack: tpci200: fix many double free issues in tpci200_pci_probeDongliang Mu2021-08-131-18/+18
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-2/+2
|\
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | ipac: tpci200: fix kernel-doc syntax and remove filename from file headerAditya Srivastava2021-05-272-6/+2
* | ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava2021-05-272-7/+3
* | ipack/carriers/tpci200: Fix a double free in tpci200_pci_probeLv Yunlong2021-05-271-1/+4
|/
* ipack: Handle a driver without remove callbackUwe Kleine-König2021-02-091-3/+2
* ipack: Fail earlier for drivers without probe functionUwe Kleine-König2021-02-091-3/+3
* ipack: iopctal: remove unneeded breakTom Rix2020-11-091-1/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* ipack: tpci200: fix error return code in tpci200_register()Wei Yongjun2020-05-151-0/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-5/+5
* Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-111-1/+0
|\
| * Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman2019-06-036-0/+6
| |\
| * | tty: ipoctal: drop unused iflag macroJohan Hovold2019-05-241-1/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-056-24/+6
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
|/
* ipack: add error handling for ioremap_nocacheZhouyang Jia2018-07-071-0/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* ipack: Improve a size determination in ipack_bus_register()Markus Elfring2017-05-181-1/+1
* ipack: Delete an error message for a failed memory allocation in ipack_device...Markus Elfring2017-05-181-1/+0
* ipack: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-1/+1
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-3/+2