From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B87BA3769F0 for ; Mon, 24 Aug 2026 06:25:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.13 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787552724; cv=none; b=KDWcXivapPiUEed5oECBn8k9psI1xFFk78nAH40qE4Wuz9JC/oY5qVcKW020rW9oWYbfqOG2dJQX3D4+fNchBG+8CzQCK9K8szTf00/AVQ6moSJouDVs8JxdLV1B8rHSzlHRIa3ZsXeIzXA/euiOJGM7558ObzZt3TGF9lFfpfg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787552724; c=relaxed/simple; bh=65iIVJfr87yPvNlx5D5mYjhXKalHk4rcdga0u5J38MY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=pbx3/WVrk2Ai0es58NjwVmSoSduTltNDhKD2Vqg8Gg6RSATNe8IYe6WObRbP+U16D8TMiOw5IjckrwKR6kzL05K3QdcYYkhe/Rkgtx+SovYifjCe34v7WyOgyJUUP7knl5hlN3lrKindVy90TZuxovtVFtZ1fa0O8jvglRYcQt4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=JhCRpt/V; arc=none smtp.client-ip=198.175.65.13 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="JhCRpt/V" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1787552721; x=1819088721; h=date:from:to:cc:subject:message-id:mime-version; bh=65iIVJfr87yPvNlx5D5mYjhXKalHk4rcdga0u5J38MY=; b=JhCRpt/VWPhJhLWS+onZ8+2zfqlzZG7C0a/0pBpYnmnXTD8o6cbtEbKW pmrKFj843yZArB7pHZmiiA2+ggOWs7tMbmFomALHsV8OlYL1VDewRW+1a 7sNSmdPTlgQ1IWN2Pwc2d4Mg2WXgpYaRGYaVjE0vO1wVsh0O8w8o9LLTq Sx/1HtoBo/nol+5KM8tyPkJnBoxjboELljPmJUniIPig7GmoEBdQcAXPs JosLu5FJTndzl0nJm0UCsITRDbjV1wckYrUnVH9DJvQKPRdWZEjhf8Rpz 3H1YoNsLytpJzbFHI9e8gYTLjrFz8T2vNYyoLz8VkxZg70DHwLODN9WJa Q==; X-CSE-ConnectionGUID: vi6jKj9qRayajQ6MwBfttA== X-CSE-MsgGUID: iDJ8yaBPTSSvVuHaaFUMfA== X-IronPort-AV: E=McAfee;i="6800,10657,11884"; a="99154158" X-IronPort-AV: E=Sophos;i="6.25,240,1779174000"; d="scan'208";a="99154158" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2026 23:25:19 -0700 X-CSE-ConnectionGUID: x666iIy/SgamtjiIC9ly3w== X-CSE-MsgGUID: zz8MIpwxS6eEtO9ntj4kQQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,240,1779174000"; d="scan'208";a="266386125" Received: from black.igk.intel.com ([10.91.253.5]) by orviesa008.jf.intel.com with ESMTP; 23 Aug 2026 23:25:19 -0700 Received: by black.igk.intel.com (Postfix, from userid 1003) id 9F13299; Mon, 24 Aug 2026 08:25:17 +0200 (CEST) Date: Mon, 24 Aug 2026 08:25:17 +0200 From: Andy Shevchenko To: Linus Torvalds Cc: LKML , Andy Shevchenko , Geert Uytterhoeven Subject: [GIT PULL] auxdisplay for 7.3-1 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Hi Linus, Little PR for some auxdisplay drivers and common code. A bit late due to one fix to be soaked in Linux Next which ends up well, no regressions were reported. Please, pull. Thanks, With Best Regards, Andy Shevchenko The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay.git tags/auxdisplay-v7.3-1 for you to fetch changes up to e3e3bf40916c1e810df03958cfa7ba6883cdce79: auxdisplay: charlcd: cancel backlight work on registration failure (2026-08-17 09:50:55 +0200) ---------------------------------------------------------------- auxdisplay for v7.3-1 * Cancel backlight work on panel registration failure * Miscellaneous cleanups ---------------------------------------------------------------- Hongyan Xu (1): auxdisplay: charlcd: cancel backlight work on registration failure Miles Krause (1): auxdisplay: panel: Remove unused callback binding code Pan Chuang (1): auxdisplay: Remove redundant dev_err() drivers/auxdisplay/charlcd.c | 21 ++++++++++++++------- drivers/auxdisplay/ht16k33.c | 5 +---- drivers/auxdisplay/panel.c | 37 ------------------------------------- 3 files changed, 15 insertions(+), 48 deletions(-) -- With Best Regards, Andy Shevchenko