On Fri, Jan 9, 2015 at 9:13 AM, Andy Gross wrote:
> On Fri, Jan 09, 2015 at 01:06:56AM +0100, Arnd Bergmann wrote:
>> On Thursday 08 January 2015 16:52:56 Andy Gross wrote:
>> > This patch adds support for the TCSR (Top Control and Status Register) IP
>> > block
>> > that is present in the Qualco
On Fri, Jan 09, 2015 at 01:06:56AM +0100, Arnd Bergmann wrote:
> On Thursday 08 January 2015 16:52:56 Andy Gross wrote:
> > This patch adds support for the TCSR (Top Control and Status Register) IP
> > block
> > that is present in the Qualcomm IPQ8064, APQ8064, and some later processors.
> > This
On Thu, Jan 08, 2015 at 03:39:44PM -0800, Stephen Boyd wrote:
> On 01/08/2015 02:52 PM, Andy Gross wrote:
> > +
> > +static struct platform_driver qcom_tcsr_driver = {
> > + .driver = {
> > + .name = "tcsr",
> > + .owner = THIS_MODULE,
>
> This is done by t
On Thursday 08 January 2015 16:52:56 Andy Gross wrote:
> This patch adds support for the TCSR (Top Control and Status Register) IP
> block
> that is present in the Qualcomm IPQ8064, APQ8064, and some later processors.
> This block contains additional configuration and mux settings for various
> pe
On 01/08/2015 02:52 PM, Andy Gross wrote:
> +
> +static struct platform_driver qcom_tcsr_driver = {
> + .driver = {
> + .name = "tcsr",
> + .owner = THIS_MODULE,
This is done by the module_platform_driver() macro now so it's largely
unnecessary. Best
5 matches
Mail list logo