Age | Commit message (Expand) | Author |
2022-09-15 | Enable the keyboard on the Samsung Galaxy Book Go. | Marcus Glocker |
2022-09-15 | regen | Kurt Mosiejczuk |
2022-09-15 | Add IDs for the JHL6240 Thunderbolt 3 controller found in my Thinkpad T490 | Kurt Mosiejczuk |
2022-09-13 | Split out the code that collects data from acpiac(4), acpibat(4) and | Mark Kettenis |
2022-09-12 | Add support for level-triggered GPIO events. | Mark Kettenis |
2022-09-12 | disable Panel Self Refresh (PSR) by default in inteldrm | Jonathan Gray |
2022-09-12 | acpihpet(4): acpihpet_delay: only use lower 32 bits of counter | Scott Soule Cheloha |
2022-09-11 | Remove the DKF_LABELVALID flag from struct disk. Instead, trust disk drivers | Miod Vallat |
2022-09-11 | Add the new inout vmm(4) tracepoint to dt(4). | Dave Voutila |
2022-09-11 | Register the I2C controller with ACPI. Skip this on the SC8280XP SoC for | Mark Kettenis |
2022-09-11 | Handle if pci_intr_establish() failed. This actually happens if many | YASUOKA Masahiko |
2022-09-11 | Change OF_getnodebyname() such that lokking up a node using just the name | Mark Kettenis |
2022-09-10 | Add another pin to the SC7180 map function. | Mark Kettenis |
2022-09-10 | Don't restrict GPIO events to pin numbers below 256. With the _EVT() | Mark Kettenis |
2022-09-10 | Generalize the code such that it works on SC7180 SoCs as well. | Mark Kettenis |
2022-09-10 | Add _HID for SC7180 SoCs. | Mark Kettenis |
2022-09-10 | Finally, only allocate the number of frames for isoc transfers which we | Marcus Glocker |
2022-09-09 | Let pool_get(9) do the memory initialisation directly. | Marcus Glocker |
2022-09-09 | The DSDT on the snapdragon 7c based Acer Aspire 1 (A114-61) uses a bogus | Mark Kettenis |
2022-09-09 | drm/i915: Skip wm/ddb readout for disabled pipes | Jonathan Gray |
2022-09-09 | drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk | Jonathan Gray |
2022-09-09 | drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported" | Jonathan Gray |
2022-09-09 | drm/i915/display: avoid warnings when registering dual panel backlight | Jonathan Gray |
2022-09-09 | add backlight_device_get_by_name() used by 5.15.66 drm | Jonathan Gray |
2022-09-09 | drm/i915/backlight: extract backlight code to a separate file | Jonathan Gray |
2022-09-08 | There is no need to uncomment the clock gating exit/enter gadget functions, | Marcus Glocker |
2022-09-08 | There is no need to uncomment the call_gadget macro, since in our driver | Marcus Glocker |
2022-09-08 | Zap inactive gadget functions. | Marcus Glocker |
2022-09-08 | Move bitmap functions to a new home. | Marcus Glocker |
2022-09-08 | initialise inteldrm device params from module params | Jonathan Gray |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-08 | Use generic PNP ID to match HID-over-I2C devices. | Mark Kettenis |
2022-09-08 | Add a few more pin mappings based on what is in some Linux device tree | Mark Kettenis |
2022-09-08 | recognise Realtek ALC245 | Jonathan Gray |
2022-09-08 | match on Intel 600 Series LP HD Audio (0x51c8) | Jonathan Gray |
2022-09-07 | Add a few more PNP IDs to handle variants of the Qualcomm dual role | Mark Kettenis |
2022-09-06 | Fix spacing/indent, no object change | Klemens Nanni |
2022-09-05 | Remove some inactive code, comments, and DPRINTFs. Minor style changes. | Marcus Glocker |
2022-09-05 | drm/amd/display: avoid doing vm_init multiple time | Jonathan Gray |
2022-09-05 | drm/amdgpu: Increase tlb flush timeout for sriov | Jonathan Gray |
2022-09-05 | drm/amd/display: Fix pixel clock programming | Jonathan Gray |
2022-09-05 | drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid | Jonathan Gray |
2022-09-05 | drm/amd/display: clear optc underflow before turn off odm clock | Jonathan Gray |
2022-09-05 | drm/amd/display: For stereo keep "FLIP_ANY_FRAME" | Jonathan Gray |
2022-09-05 | drm/amd/display: Fix HDMI VSIF V3 incorrect issue | Jonathan Gray |
2022-09-05 | drm/amd/display: Avoid MPC infinite loop | Jonathan Gray |
2022-09-05 | drm/i915/gt: Skip TLB invalidations once wedged | Jonathan Gray |
2022-09-05 | drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabled | Jonathan Gray |
2022-09-05 | Cleanup USB methods so that they align to what we do in other HC drivers, | Marcus Glocker |
2022-09-04 | Improve periodic USB transfers (device intr, isoc) used for input | Marcus Glocker |