aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-30vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang1-1/+1
2022-06-30serial: mvebu-uart: correctly report configured baudrate valuePali Rohár1-12/+13
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2-5/+4
2022-06-30serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-30serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen1-0/+2
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen1-12/+6
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen1-13/+13
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko1-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2022-06-30earlycon: prevent multiple register_console()Michael Walle2-1/+6
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen1-0/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park1-0/+8
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park1-57/+25
2022-06-30Fix some coding style issuesMark Brown1-53/+53
2022-06-30pinctrl: intel: Add Intel Meteor Lake pin controller supportAndy Shevchenko3-0/+426
2022-06-30RDMA/rxe: Convert read side locking to rcuBob Pearson1-15/+7
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson5-26/+135
2022-06-30drm/i915: Drain freed object after suspend displayJosé Roberto de Souza1-0/+2
2022-06-30usb: host: xhci: use snprintf() in xhci_decode_trb()Sergey Shtylyov1-1/+1
2022-06-30regulator: qcom_smd: Add PM8909 and fix pm8916_pldo rangeMark Brown1-6/+30
2022-06-30spi: spi.c: Remove redundant else blockDavid Jander1-5/+5
2022-06-30spi: spi.c: Fix comment styleDavid Jander1-47/+47
2022-06-30spi: spi.c: White-space fix in __spi_pump_messages()David Jander1-1/+1
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi1-0/+6
2022-06-30regulator: scmi: Add missing of_node_get()Liang He1-0/+1
2022-06-30ACPI: bus: Drop driver member of struct acpi_deviceUwe Kleine-König2-12/+11
2022-06-30ACPI: bus: Drop redundant check in acpi_device_remove()Uwe Kleine-König1-6/+6
2022-06-30pinctrl: axp209: Support the AXP221/AXP223/AXP809 variantSamuel Holland1-3/+11
2022-06-30pinctrl: qcom: sc7280: Fix compile bugSrinivasa Rao Mandadapu2-5/+1
2022-06-30atheros/atl1c:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30drm/i915: use DISPLAY_VER() instead of accessing match_info directlyJani Nikula1-3/+1
2022-06-30drm/i915/bios: debug log ddi port info after parsingJani Nikula1-2/+6
2022-06-30spi: pxa2xx: Add support for Intel Meteor Lake-PJarkko Nikula1-0/+4
2022-06-30net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-06-30mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata1-1/+13
2022-06-30net: usb: ax88179_178a: Fix packet receivingJose Alonso1-24/+75
2022-06-30crypto: vmx - drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-30crypto: caam - drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian2-2/+2
2022-06-30crypto: cavium - fix typos in commentsJiang Jian1-1/+1
2022-06-30crypto: ux500/hash - drop unexpected word "the"Jiang Jian1-1/+1
2022-06-30crypto: nx - drop unexpected word "the"Jiang Jian1-1/+1
2022-06-30drm/edid: take HF-EEODB extension count into accountJani Nikula1-0/+13
2022-06-30drm/edid: add HF-EEODB support to EDID read and allocationJani Nikula1-3/+86
2022-06-30drm/edid: do invalid block filtering in-placeJani Nikula1-20/+23
2022-06-30drm/edid: add drm_edid_raw() to access the raw EDID dataJani Nikula1-0/+26
2022-06-30drm/probe-helper: add drm_connector_helper_get_modes()Jani Nikula1-0/+34
2022-06-30drm/edid: add drm_edid_connector_update()Jani Nikula1-24/+79
2022-06-30drm/edid: abstract debugfs override EDID set/resetJani Nikula3-16/+33