From mboxrd@z Thu Jan 1 00:00:00 1970 From: dongas86@gmail.com (Dong Aisheng) Date: Mon, 8 Jan 2018 18:32:24 +0800 Subject: [PATCH v2 0/5] constify struct imx_pinctrl_soc_info In-Reply-To: <20180106142553.15322-1-stefan@agner.ch> References: <20180106142553.15322-1-stefan@agner.ch> Message-ID: <20180108103224.GB32635@b29396-OptiPlex-7040> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Jan 06, 2018 at 03:25:48PM +0100, Stefan Agner wrote: > This patchset grew out of the discussion around the first version > of "pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL". > This is necessary for pinctrls of SoCs with multiple compatible > strings (currently only imx7d) since the struct uses the .data > pointer in struct of_device_id. It is also helpful for all other > SoCs since it decreases the .data section for all drivers by 1276 > bytes. > > Bai Ping (1): > pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL > > Stefan Agner (4): > pinctrl: imx: use struct imx_pinctrl_soc_info as a const > pinctrl: imx7d: simplify imx7d_pinctrl_probe > pinctrl: imx: constify struct imx_pinctrl_soc_info > pinctrl: imx7ulp: constify struct imx_cfg_params_decode > This patch series looks really good to me. So Acked-by: Dong Aisheng Regards Dong Aisheng