summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-mcp23s08_i2c.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-01drm/i915/dp: Use num_joined_pipes in bigjoiner_bw_max_bppAnkit Nautiyal1-2/+8
2024-10-01drm/i915/dp: Refactor joiner max_bpp calculations into separate functionsAnkit Nautiyal1-10/+36
2024-10-01drm/i915/display/vdsc: Add ultrajoiner support with DSCStanislav Lisovskiy3-2/+54
2024-10-01drm/i915: Implement hw state readout and checks for ultrajoinerStanislav Lisovskiy2-0/+90
2024-10-01drm/i915/display: Refactor enable_joiner_pipesAnkit Nautiyal1-47/+45
2024-10-01drm/i915/display: Add macro HAS_ULTRAJOINER()Ankit Nautiyal1-0/+3
2024-10-01drm/i915: Add bigjoiner and uncompressed joiner hw readout sanity checksStanislav Lisovskiy1-2/+49
2024-10-01drm/i915: Split current joiner hw state readoutAnkit Nautiyal1-19/+55
2024-09-30Revert "drm/i915/psr: Implement WA to help reach PC10"Jouni Högander2-121/+1
2024-09-30drm/i915: switch intel_wakeref_t underlying type to struct ref_tracker *Jani Nikula3-10/+12
2024-09-30drm/i915/audio: be explicit about intel_wakeref_t conversionsJani Nikula1-4/+5
2024-09-30drm/i915/gt: add a macro for mock gt wakeref special value and use itJani Nikula3-3/+7
2024-09-30drm/i915/display: return 0 instead of false for disabled power wakerefJani Nikula1-1/+1
2024-09-30drm/i915: use INTEL_WAKEREF_DEF instead of magic -1 for intel_wakeref_tJani Nikula6-10/+13
2024-09-30drm/i915/gem: fix bitwise and logical AND mixupJani Nikula1-1/+1
2024-09-30drm/i915/dp: Add helper to compute num pipes requiredAnkit Nautiyal4-36/+40
2024-09-30drm/i915/display: Modify debugfs for joiner to force n pipesAnkit Nautiyal3-4/+57
2024-09-30drm/i915/display_debugfs: Allow force joiner only if supportedAnkit Nautiyal1-3/+3
2024-09-30drm/i915/display_device: Add Check HAS_DSC for bigjoinerAnkit Nautiyal1-1/+1
2024-09-30drm/i915/hdcp: Retry first read and writes to downstreamSuraj Kandpal1-7/+30
2024-09-30drm/i915/vdsc: Add bpc check in intel_dsc_compute_paramsSuraj Kandpal1-0/+6
2024-09-30Linux 6.12-rc1v6.12-rc1Linus Torvalds1-2/+2
2024-09-29x86: kvm: fix build errorLinus Torvalds1-0/+2
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall1-50/+41
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li1-8/+0
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li1-0/+42
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li1-0/+19
2024-09-28bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet2-20/+14
2024-09-28bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet1-6/+9
2024-09-28bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet1-28/+56
2024-09-28bcachefs: Fix lost wake upAlan Huang1-3/+9
2024-09-28bcachefs: Check for logged ops when cleanKent Overstreet2-3/+13
2024-09-28bcachefs: BCH_FS_clean_recoveryKent Overstreet4-3/+8
2024-09-28bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet1-1/+1
2024-09-28bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet1-16/+20
2024-09-28bcachefs: Check for accounting keys with bversion=0Kent Overstreet3-3/+8
2024-09-28bcachefs: rename version -> bversionKent Overstreet17-30/+30
2024-09-28bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet4-21/+36
2024-09-28bcachefs: Fix BCH_SB_ERRS() so we can reorderKent Overstreet5-8/+9
2024-09-28bcachefs: Fix fsck warnings from bkey validationKent Overstreet2-2/+14
2024-09-28bcachefs: Move transaction commit path validation to as late as possibleKent Overstreet1-34/+34
2024-09-28bcachefs: Fix disk accounting attempting to mark invalid replicas entryKent Overstreet1-3/+18
2024-09-28bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()Kent Overstreet3-6/+16