From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) (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 0FB5B34A77C for ; Wed, 7 Jan 2026 21:08:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767820105; cv=none; b=WRilk45GATTZDsUpDk6u9bAeS70f8NAFyUcQqm5L4KDIYE9zIy5rUkNzoShCuGV6+WYHA70wYrmSMFna4VfY7piayUNSfGKlyBLHQ0ksYDPLtGD/n/tf3KMUm9huPM77a9abY4j26fv5uCjHY2FopjFH0Bczsj7ojodjCkgjhkU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767820105; c=relaxed/simple; bh=EIC9tOJ0XmSNZQmCtNGCnxuW4IdDNfq8c8XWXBjJyQE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UJXN4e71RK+DMAMxSlRKfGUm63v5WwNwOEOZ0SrkShq3QFPFbtuc1eHAnP4fWbdY6QkApJ/xFQ2Mr1V706wqgu9Vfy+iopIKp37Yvh/bPWR/pt9OVwA/3HQ0RPiDVCnttFZ1A3t8fcASADFA7PH7mz4TwWDz/mr7jVdIK+cDBvo= 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=JLjezfmz; arc=none smtp.client-ip=198.175.65.18 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="JLjezfmz" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1767820104; x=1799356104; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=EIC9tOJ0XmSNZQmCtNGCnxuW4IdDNfq8c8XWXBjJyQE=; b=JLjezfmz8vgnrnqKHRAii73TNGDeKI6MBT2TpMt2wfL2b8sHJrHNiBzd /OG6edBkJksqf/CgonVqZJMHqeSnxI1E5jBankaSNFHECb20ZLCtEVRUu /6ZeBSHwL6R4c+CIEoBykLhH0Q4mh2+ur3i4mtRGu7gAKwyuFwntSZ4wp RY9LZX+bGTGZJYVSrigI206EifhB78h2oNMBTraJjewrYAbsynbRDmUI0 tWhVjBCJXNB911XV08AYuwIFrCMIW2PwUTlrHqdsntJwRPf93KyUkLph5 p9MJZMIrAfNAb78WzUAPXTD/kx7bgNYP9MPk/479iGSj8TMCEaEXvGuE4 Q==; X-CSE-ConnectionGUID: MnEULpVbRtuo291ciq/SUQ== X-CSE-MsgGUID: cTSa1BvGQSqWTFJ/IplXeQ== X-IronPort-AV: E=McAfee;i="6800,10657,11664"; a="69248571" X-IronPort-AV: E=Sophos;i="6.21,209,1763452800"; d="scan'208";a="69248571" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2026 13:08:24 -0800 X-CSE-ConnectionGUID: 2z3hGm7kR+Olk4WtKVOxPQ== X-CSE-MsgGUID: FbjIyD2bTli+diuTckSOmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,209,1763452800"; d="scan'208";a="202149553" Received: from egrumbac-mobl6.ger.corp.intel.com (HELO localhost) ([10.245.245.168]) by orviesa006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2026 13:08:22 -0800 Date: Wed, 7 Jan 2026 23:08:20 +0200 From: Andy Shevchenko To: linux-kernel@vger.kernel.org, Linus Walleij Cc: Andy Shevchenko , Geert Uytterhoeven Subject: Re: [PATCH v1 0/7] auxdisplay: arm-charlcd: refactor with modern APIs Message-ID: References: <20251229142349.1251843-1-andriy.shevchenko@linux.intel.com> 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 In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Wed, Jan 07, 2026 at 11:06:56PM +0200, Andy Shevchenko wrote: > On Mon, Dec 29, 2025 at 02:52:33PM +0100, Andy Shevchenko wrote: > > The whole series was induced by the Geert's report on one mistake > > in the error path. I looked closely and found a room to refactor > > the whole driver to use modern style and APIs. > > For so long I have got no CI reports and no comments, I'm going to push this > series tomorrow to the repository. Feel free to tell if there is any problem > with that. If I'm not mistaken, Linus might want to have a look... Cc'ing him. -- With Best Regards, Andy Shevchenko