summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-04-262-0/+18
|\
| * Merge tag 'at91-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/at...Arnd Bergmann2021-04-011-0/+16
| |\
| | * ARM: at91: pm: Move prototypes to mutually included headerLee Jones2021-03-261-0/+16
| * | clk: ti: omap5: Add missing gpmc and ocmc clkctrlTony Lindgren2021-03-101-0/+2
| |/
* | Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-2610-114/+88
|\ \
| * \ Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-04-221-2/+8
| |\ \
| | * | USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-1/+1
| | * | USB: serial: add support for multi-interface functionsJohan Hovold2021-04-011-0/+7
| | * | USB: serial: drop unused suspending flagJohan Hovold2021-04-011-1/+0
| * | | usb: typec: tcpm: Honour pSnkStdby requirement during negotiationBadhri Jagan Sridharan2021-04-141-0/+2
| * | | Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-04-131-19/+35
| |\ \ \
| | * | | thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg2021-03-181-12/+20
| | * | | thunderbolt: Add support for maxhopid XDomain propertyMika Westerberg2021-03-181-5/+14
| | * | | thunderbolt: Add tb_property_copy_dir()Mika Westerberg2021-03-181-0/+1
| | * | | thunderbolt: Do not re-establish XDomain DMA paths automaticallyMika Westerberg2021-03-181-2/+0
| | | |/ | | |/|
| * | | Merge 5.12-rc7 into usb-nextGreg Kroah-Hartman2021-04-1218-71/+173
| |\ \ \
| * | | | usb: typec: Add typec_port_register_altmodes()Hans de Goede2021-04-091-0/+6
| * | | | usb: Iterator for portsHeikki Krogerus2021-04-091-0/+9
| * | | | usb: typec: Port mapping utilityHeikki Krogerus2021-04-091-0/+13
| * | | | Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman2021-04-0533-76/+202
| |\ \ \ \
| * | | | | power: supply: Fix build error when CONFIG_POWER_SUPPLY is not enabled.Ray Chi2021-03-281-0/+7
| * | | | | usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2021-03-231-0/+2
| * | | | | USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold2021-03-231-1/+1
| * | | | | usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli2021-03-231-0/+1
| * | | | | Merge 5.12-rc4 into usb-nextGreg Kroah-Hartman2021-03-2214-46/+48
| |\ \ \ \ \
| * | | | | | usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak2021-03-181-1/+2
| * | | | | | Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-1534-43/+124
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | usb: usb-mx2: Remove unused fileFabio Estevam2021-03-101-29/+0
| * | | | | | usb: common: move function's kerneldoc next to its definitionChunfeng Yun2021-03-101-61/+0
| * | | | | | usb: common: add function to get interval expressed in us unitChunfeng Yun2021-03-101-0/+3
| * | | | | | USB: remove usb_bus_type from usb.hGreg Kroah-Hartman2021-03-101-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-2613-1094/+30
|\ \ \ \ \ \
| * | | | | | serial: do not restore interrupt state in sysrq helperJohan Hovold2021-04-221-5/+5
| * | | | | | tty: clean include/linux/tty.h upGreg Kroah-Hartman2021-04-151-34/+0
| * | | | | | tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2021-04-151-16/+0
| * | | | | | tty: make tty_release_redirect() staticGreg Kroah-Hartman2021-04-151-1/+0
| * | | | | | tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman2021-04-151-26/+0
| * | | | | | tty: audit: move some local functions out of tty.hGreg Kroah-Hartman2021-04-151-10/+0
| * | | | | | tty: create internal tty.h fileGreg Kroah-Hartman2021-04-151-12/+0
| * | | | | | tty: clarify that not all ttys have a class deviceJohan Hovold2021-04-101-1/+1
| * | | | | | tty: add ASYNC_SPLIT_TERMIOS to deprecation maskJohan Hovold2021-04-101-2/+2
| * | | | | | tty: fix return value for unsupported ioctlsJohan Hovold2021-04-101-1/+1
| * | | | | | tty: actually undefine superseded ASYNC flagsJohan Hovold2021-04-101-2/+2
| * | | | | | Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-0547-122/+250
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-1534-43/+124
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | tty: serial: samsung_tty: Add support for Apple UARTsHector Martin2021-03-101-0/+16
| * | | | | | tty: let tty_unregister_driver return voidJiri Slaby2021-03-101-1/+1
| * | | | | | net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2021-03-101-2/+0
| * | | | | | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-3/+0
| * | | | | | tty: rocket, remove the driverJiri Slaby2021-03-101-21/+0