From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) (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 9EECA3542DD; Wed, 28 Jan 2026 13:30:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769607046; cv=none; b=KZpdY2OvBQyFd5qb+3gM0TozIbcVWBaJ7SHhE+rDfwlJKAXgMwg7oCDnyrwHgMInHquzm2X0TAcCfpS7BY8OwBc+vKhXPJIVdmjuRYSDRtDciXMiExnjecvKlSVSmpqftZWMsVP2PCs871bxALoGdE6fwTtl3S1IPZ63G034HeQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769607046; c=relaxed/simple; bh=IDYHDopI3+3e/DN4UhXY1TbLHXHicduyojfH6SkpXYk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ICBy5GQCakP9OeKE+v1ASZ3gepcCDYOyYcuR1l2c1pkSRVaQmZ3FIa3nDf6tZV55gkw76pohA6Pzx2mIp3IL17c1ywiNbEGmM7fDbTKoShPM3rXN4U7xgnJVC40meTYefNC9VDfjnQEOoOqoSYh1BpFu+VVIOvZmPfImupL9Mhg= 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=E7Vkt8u+; arc=none smtp.client-ip=192.198.163.10 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="E7Vkt8u+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1769607039; x=1801143039; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=IDYHDopI3+3e/DN4UhXY1TbLHXHicduyojfH6SkpXYk=; b=E7Vkt8u+iXF2LVX8dCcQyu6+forvyoYd59cEwWxBYB9eKSI6SIYn3TqZ YsWNtMFwfyQXujKfvvwHbsk5w6oPbyrz39hMTmi5XtUtNC2hwXF6YJ8av up0bx4wQ0loXATYIh1H+VkfBfkOXLgl4hEtiTbZBvCciONgbmhF7LJKvq LPQ4ps3iObBalPqw8c5lzHBDmMXtcsR3iGFdy5DL/u0No85Rt5vBTCHsS IeJd5Na1NgbNwh6Y3ji7c1jErZdopFQbq9IB3y1jcC/wxx6+rmi9+jFd9 8pWEi9+TG/kXptsJ6kMit/f21e7Aj0w5Ya/z6y9I2atQgiTuvBCXffynY A==; X-CSE-ConnectionGUID: NJ1LPH49TEqFDM2D7l7Kbw== X-CSE-MsgGUID: rT7MkTKQSCWLWWmnYVAang== X-IronPort-AV: E=McAfee;i="6800,10657,11684"; a="82184984" X-IronPort-AV: E=Sophos;i="6.21,258,1763452800"; d="scan'208";a="82184984" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2026 05:30:33 -0800 X-CSE-ConnectionGUID: pUF+UhNpQ7yTUx5Sc6mAxA== X-CSE-MsgGUID: DknCndgcQMyzHynYUUCfRQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,258,1763452800"; d="scan'208";a="208336215" Received: from hrotuna-mobl2.ger.corp.intel.com (HELO localhost) ([10.245.244.196]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2026 05:30:31 -0800 Date: Wed, 28 Jan 2026 15:30:28 +0200 From: Andy Shevchenko To: Philipp Stanner , Linus Walleij , Bartosz Golaszewski , driver-core@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org Cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Jonathan Corbet , Shuah Khan Subject: Re: [PATCH v1 0/3] pinctrl: core: managed resource handling cleanup Message-ID: References: <20260127103325.3925173-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-doc@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: <20260127103325.3925173-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Tue, Jan 27, 2026 at 11:32:05AM +0100, Andy Shevchenko wrote: > I have stumbled over low-level APIs used for managed API implementations. > Here is a clean up along with a drop of some duplicate messages. Thanks, Bart, for the prompt review! Linus, if you want this to take via my Intel PR, please tell me, otherwise I consider you take it via your tree directly. Whatever works for you! -- With Best Regards, Andy Shevchenko