From: Vinod Koul <vinod.koul@intel.com>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 0/6] tree-wide: simplify getting .drvdata
Date: Sun, 22 Apr 2018 21:41:11 +0530 [thread overview]
Message-ID: <20180422161111.GY6014@localhost> (raw)
In-Reply-To: <20180422091415.7587-1-wsa+renesas@sang-engineering.com>
On Sun, Apr 22, 2018 at 11:14:08AM +0200, Wolfram Sang wrote:
> I got tired of fixing this in Renesas drivers manually, so I took the big
> hammer. Remove this cumbersome code pattern which got copy-pasted too much
> already:
>
> - struct platform_device *pdev = to_platform_device(dev);
> - struct ep93xx_keypad *keypad = platform_get_drvdata(pdev);
> + struct ep93xx_keypad *keypad = dev_get_drvdata(dev);
>
> I send this out as one patch per directory per subsystem. I think they should
> be applied individually. If you prefer a broken out series per subsystem, I can
> provide this as well. Just mail me.
Applied all, thanks
--
~Vinod
WARNING: multiple messages have this Message-ID (diff)
From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] tree-wide: simplify getting .drvdata
Date: Sun, 22 Apr 2018 21:41:11 +0530 [thread overview]
Message-ID: <20180422161111.GY6014@localhost> (raw)
In-Reply-To: <20180422091415.7587-1-wsa+renesas@sang-engineering.com>
On Sun, Apr 22, 2018 at 11:14:08AM +0200, Wolfram Sang wrote:
> I got tired of fixing this in Renesas drivers manually, so I took the big
> hammer. Remove this cumbersome code pattern which got copy-pasted too much
> already:
>
> - struct platform_device *pdev = to_platform_device(dev);
> - struct ep93xx_keypad *keypad = platform_get_drvdata(pdev);
> + struct ep93xx_keypad *keypad = dev_get_drvdata(dev);
>
> I send this out as one patch per directory per subsystem. I think they should
> be applied individually. If you prefer a broken out series per subsystem, I can
> provide this as well. Just mail me.
Applied all, thanks
--
~Vinod
next prev parent reply other threads:[~2018-04-22 16:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-22 9:14 [PATCH 0/6] tree-wide: simplify getting .drvdata Wolfram Sang
2018-04-22 9:14 ` Wolfram Sang
2018-04-22 16:11 ` Vinod Koul [this message]
2018-04-22 16:11 ` Vinod Koul
-- strict thread matches above, loose matches on Subject: below --
2018-04-22 9:14 [1/6] dmaengine: at_hdmac: " Wolfram Sang
2018-04-22 9:14 ` [PATCH 1/6] " Wolfram Sang
2018-04-22 9:14 ` Wolfram Sang
2018-04-22 9:14 [2/6] dmaengine: at_xdmac: " Wolfram Sang
2018-04-22 9:14 ` [PATCH 2/6] " Wolfram Sang
2018-04-22 9:14 ` Wolfram Sang
2018-04-22 9:14 [3/6] dmaengine: fsldma: " Wolfram Sang
2018-04-22 9:14 ` [PATCH 3/6] " Wolfram Sang
2018-04-22 9:14 [4/6] dmaengine: idma64: " Wolfram Sang
2018-04-22 9:14 ` [PATCH 4/6] " Wolfram Sang
2018-04-22 9:14 [5/6] dmaengine: ste_dma40: " Wolfram Sang
2018-04-22 9:14 ` [PATCH 5/6] " Wolfram Sang
2018-04-22 9:14 ` Wolfram Sang
2018-04-22 9:14 [6/6] dmaengine: txx9dmac: " Wolfram Sang
2018-04-22 9:14 ` [PATCH 6/6] " Wolfram Sang
2018-04-23 5:46 [1/6] dmaengine: at_hdmac: " Ludovic Desroches
2018-04-23 5:46 ` [PATCH 1/6] " Ludovic Desroches
2018-04-23 5:46 ` Ludovic Desroches
2018-04-23 5:46 [2/6] dmaengine: at_xdmac: " Ludovic Desroches
2018-04-23 5:46 ` [PATCH 2/6] " Ludovic Desroches
2018-04-23 5:46 ` Ludovic Desroches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180422161111.GY6014@localhost \
--to=vinod.koul@intel.com \
--cc=dmaengine@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=wsa+renesas@sang-engineering.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.