summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-29gpio: unexport GPIO irq domain functions only used internallyBartosz Golaszewski1-12/+0
2024-01-29Merge tag 'v6.8-rc2'Hans Verkuil19-38/+160
2024-01-28dt-bindings: clock: qcom,gcc-sm8150: Add gcc video resets for sm8150Satya Priya Kakitapalli1-0/+3
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2024-01-28iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifierJavier Carrasco1-2/+2
2024-01-28soc: qcom: socinfo: rename PM2250 to PM4125Dmitry Baryshkov1-1/+1
2024-01-28dt-bindings: arm: qcom,ids: add SoC ID for QCM8550 and QCS8550Tengfei Fan1-0/+2
2024-01-28vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-1/+1
2024-01-28soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definitionDouglas Anderson1-0/+1
2024-01-28serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>Geert Uytterhoeven1-0/+6
2024-01-28tty: serial: Fix bit order in RS485 flag definitionsChristoph Niedermaier1-6/+7
2024-01-28treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-4/+4
2024-01-28tty: vt: fix up kernel-docJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: document the rest of struct conswJiri Slaby (SUSE)1-9/+25
2024-01-28tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)1-4/+0
2024-01-28tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)1-2/+0
2024-01-28tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-1/+0
2024-01-28tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-1/+4
2024-01-28tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-2/+3
2024-01-28tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-2/+5
2024-01-28tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)3-13/+20
2024-01-28tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-1/+3
2024-01-28tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-6/+2
2024-01-28tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+4
2024-01-28tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)1-1/+4
2024-01-28tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-2/+3
2024-01-28tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+3
2024-01-28tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-12/+6
2024-01-28tty: vt: remove extern from functions in selection.hJiri Slaby (SUSE)1-28/+24
2024-01-28tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)3-3/+9
2024-01-28tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)1-1/+1
2024-01-28vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-3/+0
2024-01-28usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-1/+7
2024-01-28usb: typec: tcpci: add attempt_vconn_swap_discovery callbackRD Babiera2-0/+18
2024-01-28usb: typec: tcpm: add control message support to sop'RD Babiera1-0/+1
2024-01-28usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera2-1/+3
2024-01-28usb: typec: tcpci: add cable_comm_capable attributeRD Babiera2-0/+7
2024-01-28usb: typec: altmodes: add svdm version info for typec cablesRD Babiera2-0/+13
2024-01-28usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2-0/+24
2024-01-28phy: core: add notify_connect and notify_disconnect callbackStanley Chang1-0/+21
2024-01-28usb: audio-v2: Correct comments for struct uac_clock_selector_descriptorAlexander Tsoy1-2/+2
2024-01-28USB: uapi: OTG 3.0Oliver Neukum1-0/+2
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-65/+341
2024-01-27ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-01-27net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+22
2024-01-27af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2024-01-27af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1