[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111024122015.GA26033@opensource.wolfsonmicro.com>
Date: Mon, 24 Oct 2011 14:20:15 +0200
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Tomoya MORINAGA <tomoya-linux@....lapis-semi.com>
Cc: Takashi Iwai <tiwai@...e.de>, perex@...ex.cz,
linux-kernel@...r.kernel.org, "Wang, Qi" <qi.wang@...el.com>,
"Wang, Yong Y" <yong.y.wang@...el.com>,
"Clark, Joel" <joel.clark@...el.com>,
"Ewe, Kok Howg" <kok.howg.ewe@...el.com>,
Liam Girdwood <lrg@...com>, alsa-devel@...a-project.org
Subject: Re: [PATCH] Add SoundCard driver for OKI SEMICONDUCTOR ML7213 IOH
On Mon, Oct 24, 2011 at 09:12:42PM +0900, Tomoya MORINAGA wrote:
> 1. PCI interface function.
> Any current ASoC drivers don't have PCI interface function.
> So I don't know where the function should be in machine driver or
> platform driver.
It depends on what the driver is for. Probably you want a driver which
is some combination of machine driver and the various drivers that are
normally part of the SoC - whatever roles in the system are filled by
this hardware the driver ought to register subsystem drivers for those
roles.
> 2. Register Access
> Can platform driver access register ?
> According to the soc document, platform driver must not access hardware,
> however, some drivers looks accessing their hardware.
What makes you say this? A driver that can't access hardware would be
rather useless...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists