From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Stach Subject: Re: [Sound-open-firmware] [PATCH v2 1/5] ASoC: SOF: imx: Add i.MX8 HW support Date: Wed, 24 Jul 2019 10:32:44 +0200 Message-ID: <1563957164.2311.28.camel@pengutronix.de> References: <20190723084104.12639-1-daniel.baluta@nxp.com> <20190723084104.12639-2-daniel.baluta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Daniel Baluta , Pierre-Louis Bossart Cc: Mark Rutland , Aisheng Dong , Peng Fan , Fabio Estevam , Anson Huang , Devicetree List , Daniel Baluta , "S.j. Wang" , Marco Felsch , Linux Kernel Mailing List , Paul Olaru , Rob Herring , dl-linux-imx , Pengutronix Kernel Team , Leonard Crestez , Shawn Guo , linux-arm-kernel , sound-open-firmware@alsa-project.org List-Id: devicetree@vger.kernel.org Hi Daniel, Am Mittwoch, den 24.07.2019, 09:54 +0300 schrieb Daniel Baluta: > On Tue, Jul 23, 2019 at 6:18 PM Pierre-Louis Bossart [...] > > > Also are all the resources device-managed, I don't see a remove()? > > Good catch for pm stuff. We mostly didn't care about remove because > drivers are always Y in our distribution. Linux drivers need to be hotplug aware, even if they are not built as a module. You can test things by manually unbinding the driver from the device via sysfs. Regards, Lucas