summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | greybus: move is_gb_* functions out of greybus.hRicardo B. Marliere2024-03-071-30/+0
| * | | | | | | | | dio: make dio_bus_type constRicardo B. Marliere2024-03-071-1/+1
| * | | | | | | | | firmware: xilinx: Add ZynqMP efuse access APIPraveen Teja Kundanala2024-03-071-0/+8
| * | | | | | | | | slimbus: core: make slimbus_bus constRicardo B. Marliere2024-03-071-1/+1
| * | | | | | | | | greybus: constify the struct device_type usageRicardo B. Marliere2024-03-061-6/+6
| * | | | | | | | | greybus: make greybus_bus_type constGreg Kroah-Hartman2024-03-061-1/+1
| * | | | | | | | | Merge tag 'icc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2024-03-061-5/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-261-5/+6
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'coresight-next-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2024-03-021-91/+57
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | coresight: Add helper for setting csdev->modeJames Clark2024-02-121-0/+16
| | * | | | | | | | | coresight: Add a helper for getting csdev->modeJames Clark2024-02-121-0/+5
| | * | | | | | | | | coresight: Add helper for atomically taking the deviceJames Clark2024-02-121-0/+11
| | * | | | | | | | | coresight: Remove unused stubsJames Clark2024-02-121-79/+0
| | * | | | | | | | | coresight: Remove atomic type from refcntJames Clark2024-02-121-3/+10
| | * | | | | | | | | coresight: Move all sysfs code to sysfs fileJames Clark2024-02-121-4/+4
| | * | | | | | | | | coresight: Remove the 'enable' field.James Clark2024-02-121-2/+0
| | * | | | | | | | | coresight: Move mode to struct coresight_deviceJames Clark2024-02-121-0/+6
| | * | | | | | | | | coresight: Make language around "activated" sinks consistentJames Clark2024-02-121-6/+8
| | * | | | | | | | | coresight: make coresight_bustype constGreg Kroah-Hartman2024-02-121-1/+1
| * | | | | | | | | | Merge tag 'mhi-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2024-03-021-19/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo2024-02-211-17/+0
| | * | | | | | | | | | bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo2024-01-301-2/+0
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-255-69/+108
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | iio: adc: adi-axi-adc: move to backend frameworkNuno Sa2024-02-191-68/+0
| | * | | | | | | | | iio: add the IIO backend frameworkNuno Sa2024-02-191-0/+72
| | * | | | | | | | | iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa2024-02-191-0/+3
| | * | | | | | | | | iio: hid-sensor-als: Add light chromaticity supportBasavaraj Natikar2024-02-171-0/+3
| | * | | | | | | | | iio: hid-sensor-als: Add light color temperature supportBasavaraj Natikar2024-02-171-0/+1
| | * | | | | | | | | iio: core: make iio_bus_type constRicardo B. Marliere2024-02-171-1/+1
| | * | | | | | | | | iio: locking: introduce __cleanup() based direct mode claiming infrastructureJonathan Cameron2024-02-171-0/+28
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-211-6/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | greybus: Avoid fake flexible array for response dataKees Cook2024-03-051-6/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-219-100/+123
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | serial: port: Introduce a common helper to read propertiesAndy Shevchenko2024-03-051-0/+2
| * | | | | | | | | | serial: core: Add UPIO_UNKNOWN constant for unknown port typeAndy Shevchenko2024-03-051-0/+1
| * | | | | | | | | | serial: core: Move struct uart_port::quirks closer to possible valuesAndy Shevchenko2024-03-051-2/+4
| * | | | | | | | | | serial: core: only stop transmit when HW fifo is emptyJonas Gorski2024-03-051-1/+2
| * | | | | | | | | | Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman2024-02-2710-20/+21
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-1919-35/+138
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | tty: Don't include tty_buffer.h in tty.hIlpo Järvinen2024-02-181-1/+0
| * | | | | | | | | | | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-0417-38/+34
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-271-1/+1
| * | | | | | | | | | | | soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definitionDouglas Anderson2024-01-271-0/+1
| * | | | | | | | | | | | serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>Geert Uytterhoeven2024-01-271-0/+6
| * | | | | | | | | | | | treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-271-4/+4
| * | | | | | | | | | | | tty: vt: fix up kernel-docJiri Slaby (SUSE)2024-01-271-3/+3
| * | | | | | | | | | | | tty: vt: document the rest of struct conswJiri Slaby (SUSE)2024-01-271-9/+25
| * | | | | | | | | | | | tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)2024-01-271-4/+0
| * | | | | | | | | | | | tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)2024-01-271-2/+0
| * | | | | | | | | | | | tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)2024-01-271-1/+0