aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-12drm/v3d: Get rid of pm codePeter Robinson3-39/+2
2022-06-12firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descriptors_getLudvig Pärsson1-7/+2
2022-06-12Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds8-14/+35
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds2-40/+47
2022-06-12drm/bridge: rcar: Drop unused variables due to drm_of_get_data_lanes_count_epMarek Vasut1-2/+0
2022-06-12drm/bridge: tc358775: Fix drm_of_get_data_lanes_count_ep conversionMarek Vasut1-1/+1
2022-06-12drm/bridge: ti-sn65dsi83: Convert to drm_of_get_data_lanes_countMarek Vasut1-1/+1
2022-06-12drm/bridge: ti-sn65dsi83: Do not cache dsi_lanes and host twiceMarek Vasut1-42/+22
2022-06-12platform/x86: system76_acpi: Use dev_get_drvdataHaowen Bai1-2/+2
2022-06-12platform/x86: Drop the PMC_ATOM Kconfig optionHans de Goede3-9/+2
2022-06-12platform/x86/intel: hid: Add Surface Go to VGBS allow listDuke Lee1-0/+6
2022-06-12platform/x86: hp-wmi: Use zero insize parameter only when supportedBedant Patnaik1-8/+15
2022-06-12platform/x86: hp-wmi: Resolve WMI query failures on some devicesJorge Lopez1-2/+4
2022-06-12drm/bridge: rcar: Convert to drm_of_get_data_lanes_count_epMarek Vasut1-11/+2
2022-06-12drm/msm: Convert to drm_of_get_data_lanes_countMarek Vasut2-8/+5
2022-06-12drm/bridge: ti-sn65dsi86: Convert to drm_of_get_data_lanes_countMarek Vasut1-2/+2
2022-06-12drm/bridge: tc358775: Convert to drm_of_get_data_lanes_count_epMarek Vasut1-16/+5
2022-06-12drm/bridge: tc358767: Convert to drm_of_get_data_lanes_countMarek Vasut1-4/+4
2022-06-12drm/bridge: lt9211: Convert to drm_of_get_data_lanes_countMarek Vasut1-3/+3
2022-06-12drm/bridge: lt8912: Convert to drm_of_get_data_lanes_count_epMarek Vasut1-7/+2
2022-06-12drm/bridge: icn6211: Convert to drm_of_get_data_lanes_count_epMarek Vasut1-7/+4
2022-06-12drm/bridge: anx7625: Convert to drm_of_get_data_lanes_countMarek Vasut1-4/+4
2022-06-12drm: of: Add drm_of_get_data_lanes_count and drm_of_get_data_lanes_epMarek Vasut1-0/+61
2022-06-12staging: rtl8723bs: uninitialize static variableDaniel Watson1-1/+1
2022-06-12staging: r8188eu: replace FIELD_OFFSET with offsetofNam Cao3-6/+4
2022-06-12usb: gadget: add Aspeed ast2600 udc driverNeal Liu3-0/+1610
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman1-39/+21
2022-06-12usb: dwc3: Fix typos in KconfigKushagra Verma1-2/+2
2022-06-12usb: dwc3: Fix a repeated word checkpatch warningKushagra Verma1-1/+1
2022-06-12usb: dwc3: Fix bare use of unsigned checkpatch warningKushagra Verma1-2/+2
2022-06-12usb: typec: tcpm: Register USB Power Delivery CapabilitiesHeikki Krogerus1-1/+141
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus2-0/+153
2022-06-12usb: typec: Separate USB Power Delivery from USB Type-CHeikki Krogerus3-1/+739
2022-06-12usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik3-19/+106
2022-06-11Merge tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds6-68/+99
2022-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-61/+94
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-12/+23
2022-06-11can: etas_es58x: fix signedness of USB RX and TX pipesVincent Mailhol1-2/+2
2022-06-11can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()Vincent Mailhol2-5/+2
2022-06-11can: skb: drop tx skb if in listen only modeVincent Mailhol1-1/+8
2022-06-11can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.cVincent Mailhol1-0/+58
2022-06-11net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol2-0/+3
2022-06-11can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol4-1/+8
2022-06-11can: bittiming: move bittiming calculation functions to calc_bittiming.cVincent Mailhol4-197/+207
2022-06-11can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEVVincent Mailhol4-18/+43
2022-06-11can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINKVincent Mailhol2-8/+12
2022-06-11can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callbackMarc Kleine-Budde1-1/+2
2022-06-11can: m_can: fix typo prescalar -> prescalerMarc Kleine-Budde1-2/+2
2022-06-11can: xilinx_can: fix typo prescalar -> prescalerMarc Kleine-Budde1-3/+3
2022-06-11can: xilinx_can: add Transmitter Delay Compensation (TDC) feature supportSrinivas Neeli1-5/+61