summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | kobject.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-33/+26
| * | | | | driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-15/+11
| * | | | | driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-8/+6
| * | | | | driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-2/+1
| * | | | | driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-26/+20
| * | | | | driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-34/+2
| * | | | | device property: Constify a few fwnode APIsAndy Shevchenko2023-03-241-3/+3
| * | | | | device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-241-1/+1
| * | | | | USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-231-1/+1
| * | | | | driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman2023-03-231-1/+1
| * | | | | iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2023-03-231-5/+5
| * | | | | driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman2023-03-231-1/+1
| * | | | | driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
| * | | | | driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
| * | | | | driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-231-1/+1
| * | | | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-232-6/+4
| * | | | | driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-231-2/+0
| * | | | | driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2023-03-171-2/+2
| * | | | | driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2023-03-171-1/+1
| * | | | | driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2023-03-171-1/+1
| * | | | | driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman2023-03-171-5/+5
| * | | | | driver core: class: make class_find_device*() options constGreg Kroah-Hartman2023-03-171-13/+12
| * | | | | driver core: class: make class_for_each_device() options constGreg Kroah-Hartman2023-03-171-1/+1
| * | | | | driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman2023-03-171-2/+2
| * | | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-2/+1
| * | | | | driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2023-03-171-11/+7
| * | | | | driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2023-03-171-4/+5
| * | | | | devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko2023-03-171-3/+5
| * | | | | devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko2023-03-101-1/+4
| * | | | | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-6/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-274-35/+44
|\ \ \ \ \
| * \ \ \ \ Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman2023-04-1036-68/+186
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tty: n_gsm: add ioctl for DLC specific parameter configurationDaniel Starke2023-03-291-1/+16
| * | | | | linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap2023-03-291-1/+1
| * | | | | Merge 6.3-rc3 into tty-nextGreg Kroah-Hartman2023-03-2027-38/+146
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen2023-03-171-1/+1
| * | | | | serial: Make hw_stopped boolIlpo Järvinen2023-03-171-1/+1
| * | | | | serial: Remove extern from func prototypes in headersIlpo Järvinen2023-03-172-30/+24
| * | | | | serial: 8250: Reorder fields in 'struct plat_serial8250_port'Christophe JAILLET2023-03-091-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-275-4/+24
|\ \ \ \ \
| * | | | | USB: core: Add routines for endpoint checks in old driversAlan Stern2023-04-201-0/+5
| * | | | | Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-1020-46/+79
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | usb: gadget: Add function wakeup supportElson Roy Serrao2023-03-292-0/+7
| * | | | | usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2023-03-292-0/+10
| * | | | | xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann2023-03-292-4/+1
| * | | | | Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-2742-60/+253
| |\ \ \ \ \
| * | | | | | usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli2023-03-161-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-272-1/+18
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina2023-04-261-0/+16
| |\ \ \ \ \ \
| | * | | | | | USB: core: Fix docs warning caused by wireless_status featureBastien Nocera2023-04-061-2/+4