From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Kleine-Budde Subject: Re: [PATCH v6 3/6] can: m_can: Add PM Runtime Date: Thu, 4 Jan 2018 16:18:02 +0100 Message-ID: <31b6a902-19d9-2068-1028-b95dfba036bb@pengutronix.de> References: <1513949488-13026-1-git-send-email-faiz_abbas@ti.com> <1513949488-13026-4-git-send-email-faiz_abbas@ti.com> <1308ee81-a1e9-ac5a-2d97-334fa825ef8d@ti.com> <7d857263-14a7-6001-8f13-42d80f757573@pengutronix.de> <6bdaab16-cb16-e039-473c-52dd295bd4ba@ti.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mILBW1zXMwVlUrZ8tOETLXDbr33dozHgF" Return-path: In-Reply-To: <6bdaab16-cb16-e039-473c-52dd295bd4ba-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Faiz Abbas , wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org Cc: linux-can-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, nsekhar-l0cyMroinI0@public.gmane.org, fcooper-l0cyMroinI0@public.gmane.org, robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Wenyou.Yang-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org, sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org List-Id: devicetree@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mILBW1zXMwVlUrZ8tOETLXDbr33dozHgF Content-Type: multipart/mixed; boundary="KIt3gJ0iOZIS8x9PKgdXdKuDa71mnuNQl"; protected-headers="v1" From: Marc Kleine-Budde To: Faiz Abbas , wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org Cc: linux-can-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, nsekhar-l0cyMroinI0@public.gmane.org, fcooper-l0cyMroinI0@public.gmane.org, robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Wenyou.Yang-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org, sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org Message-ID: <31b6a902-19d9-2068-1028-b95dfba036bb-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Subject: Re: [PATCH v6 3/6] can: m_can: Add PM Runtime References: <1513949488-13026-1-git-send-email-faiz_abbas-l0cyMroinI0@public.gmane.org> <1513949488-13026-4-git-send-email-faiz_abbas-l0cyMroinI0@public.gmane.org> <1308ee81-a1e9-ac5a-2d97-334fa825ef8d-l0cyMroinI0@public.gmane.org> <7d857263-14a7-6001-8f13-42d80f757573-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> <6bdaab16-cb16-e039-473c-52dd295bd4ba-l0cyMroinI0@public.gmane.org> In-Reply-To: <6bdaab16-cb16-e039-473c-52dd295bd4ba-l0cyMroinI0@public.gmane.org> --KIt3gJ0iOZIS8x9PKgdXdKuDa71mnuNQl Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: quoted-printable On 01/04/2018 04:17 PM, Faiz Abbas wrote: > Hi, >=20 > On Wednesday 03 January 2018 08:47 PM, Marc Kleine-Budde wrote: >> On 01/03/2018 04:06 PM, Faiz Abbas wrote: >>> Hi, >>> >>> On Wednesday 03 January 2018 07:55 PM, Marc Kleine-Budde wrote: >>>> On 01/03/2018 01:39 PM, Faiz Abbas wrote: >>>>> On Tuesday 02 January 2018 09:37 PM, Marc Kleine-Budde wrote: >>>>>> On 12/22/2017 02:31 PM, Faiz Abbas wrote: >>>>>>> From: Franklin S Cooper Jr >>>>>>> >>>>>>> Add support for PM Runtime which is the new way to handle managin= g clocks. >>>>>>> However, to avoid breaking SoCs not using PM_RUNTIME leave the ol= d clk >>>>>>> management approach in place. >>>>>> >>>>>> There is no PM_RUNTIME anymore since 464ed18ebdb6 ("PM: Eliminate >>>>>> CONFIG_PM_RUNTIME") >>>>> >>>>> Ok. Will change the commit message. >>>>> >>>>>> >>>>>> Have a look at the discussion: https://patchwork.kernel.org/patch/= 9436507/ : >>>>>> >>>>>>>> Well, I admit it would be nicer if drivers didn't have to worry = about=20 >>>>>>>> whether or not CONFIG_PM was enabled. A slightly cleaner approa= ch=20 >>>>>>>> from the one outlined above would have the probe routine do this= : >>>>>>>> >>>>>>>> my_power_up(dev); >>>>>>>> pm_runtime_set_active(dev); >>>>>>>> pm_runtime_get_noresume(dev); >>>>>>>> pm_runtime_enable(dev); >>>>> >>>>> This discussion seems to be about cases in which CONFIG_PM is not >>>>> enabled. CONFIG_PM is always selected in the case of omap devices. >>>> >>>> Yes, but in the commit message you state that you need to support >>>> systems that don't have PM_RUNTIME enabled. The only mainline SoCs I= see >>>> is "arch/arm/boot/dts/sama5d2.dtsi" so far. Please check if they sel= ect >>>> CONFIG_PM, then we can make the driver much simpler. >>> >>> Actually the old clock management (for hclk which is the interface >>> clock) is still required as mentioned in the cover letter. Will chang= e >>> the rather misleading description. >> >> Ok. So you can use the code as discussed on >> https://patchwork.kernel.org/patch/9436507/ ? >=20 > Looking at the kernel configuration, it seems like SAMA5D2 platform > selects CONFIG_PM (Wenyou, please confirm). So, it seems like the only > users of this driver always have CONFIG_PM enabled. >=20 > So I guess the best way is to maintain the current code for pm_runtime_= * > and move the clock enable/disable to pm_runtime callbacks. >=20 > Something like this: >=20 > m_can_runtime_resume() > { > clk_prepare_enable(cclk); > clk_prepare_enable(hclk); > } >=20 > m_can_runtime_suspend() > { > clk_disable_unprepare(cclk); > clk_disable_unprepare(hclk); > } >=20 > SET_RUNTIME_PM_OPS(m_can_runtime_suspend, m_can_runtime_resume, NULL) >=20 > static void m_can_start(struct net_device *dev) > { > pm_runtime_get_sync(dev) > ... > } >=20 > static void m_can_stop(struct net_device *dev) > { > ... > pm_runtime_put_sync(dev) > } >=20 > Does that sound okay? If yes, I will go work on the implementation. ACK + error checking. Marc --=20 Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | --KIt3gJ0iOZIS8x9PKgdXdKuDa71mnuNQl-- --mILBW1zXMwVlUrZ8tOETLXDbr33dozHgF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE4bay/IylYqM/npjQHv7KIOw4HPYFAlpORaoACgkQHv7KIOw4 HPYEpggA0J7mlmUVHxbUACUbX5XlAzSwJZ6O/D59kiMso88Wmxntj04KQocDCoCx Fvr8zMW/C04k/uhkcX8xgNNFbstRi6QTUYPLvu/Qh9n5o1hGMGZaemWPQQ86RUDz OFM5gpVBfKftOx1tLrAWSc2BnS5BVljc96+0lK/htdHGjlIr2YRq9gn7F+Hhm7Fa BOwzpW6wgUUuRr1UyrsTQPCDgIDgD1PUq0l25pRUFEH2or1Ks5uf4vpyEiIMDa19 R2rEd2vPjJibxhnzxf1etgzkrBxEl4DviPi3pSo7x8h2WhFY2+FuYvEi98Wps5Ko 7F6XMEYhXfpy47qu+HTfJJtKl2+Riw== =y6XA -----END PGP SIGNATURE----- --mILBW1zXMwVlUrZ8tOETLXDbr33dozHgF-- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html