| Submitter | Jason |
|---|---|
| Date | Jan. 23, 2013, 2:48 a.m. |
| Message ID | <1358909285.ca5b742.21555@triton> |
| Download | mbox |
| Permalink | /patch/214716/ |
| State | New |
| Headers | show |
Pull-request
git://git.infradead.org/users/jcooper/linux.git tags/drivers_for_v3.9Comments
On Wed, Jan 23, 2013 at 02:48:05AM +0000, Jason Cooper wrote: > The following changes since commit 4b53ab9cb853e446f628e561ce6fcc527df30a76: > > Merge branch 'mvebu/fixes' into mvebu/drivers (2013-01-23 01:42:14 +0000) > > are available in the git repository at: > > > git://git.infradead.org/users/jcooper/linux.git tags/drivers_for_v3.9 > > for you to fetch changes up to 43076a4c4e5fb92721bedc5d05b93468d6d76b2c: > > mmc: mvsdio: add pinctrl integration (2013-01-23 01:42:29 +0000) > > ---------------------------------------------------------------- > mvebu drivers for v3.9 > - mvsdio > - use slot-gpio for card detect and write protect > - add DT binding > - add pinctrl integration > - use rtc-mv in mvebu armv7 SoCs > - add pci-e hotplug for kirkwood Hi, I didn't see any acks by Chris Ball on these, he's usually pretty responsive on code reviews so I just wanted to make sure he's OK with us taking this through arm-soc, and aware of it. Looks like this whole branch could go through the mmc tree? The dtsi updates from the last branch would still go through arm-soc. Either way is fine with me, I just don't want to make life difficult for Chris in case he has some sweeping changes planned that might cause conflicts, etc. -Olof
Hi, On Mon, Jan 28 2013, Olof Johansson wrote: > I didn't see any acks by Chris Ball on these, he's usually pretty > responsive on code reviews so I just wanted to make sure he's OK with > us taking this through arm-soc, and aware of it. > > Looks like this whole branch could go through the mmc tree? The dtsi > updates from the last branch would still go through arm-soc. Thanks for the ping, would be good to take these via mmc-next so I've pushed the four new mvsdio patches there now: mmc: mvsdio: add pinctrl integration mmc: mvsdio: implement a Device Tree binding mmc: mvsdio: use slot-gpio for card detect gpio mmc: mvsdio: use slot-gpio infrastructure for write protect gpio Hope that works okay for everyone, - Chris.
On Mon, Jan 28, 2013 at 06:53:40AM -0500, Chris Ball wrote: > Hi, > > On Mon, Jan 28 2013, Olof Johansson wrote: > > I didn't see any acks by Chris Ball on these, he's usually pretty > > responsive on code reviews so I just wanted to make sure he's OK with > > us taking this through arm-soc, and aware of it. > > > > Looks like this whole branch could go through the mmc tree? The dtsi > > updates from the last branch would still go through arm-soc. > > Thanks for the ping, would be good to take these via mmc-next so I've > pushed the four new mvsdio patches there now: > > mmc: mvsdio: add pinctrl integration > mmc: mvsdio: implement a Device Tree binding > mmc: mvsdio: use slot-gpio for card detect gpio > mmc: mvsdio: use slot-gpio infrastructure for write protect gpio Thanks Chris, I'll redo these and depend on mmc-next at git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git thx, Jason.
The following changes since commit 4b53ab9cb853e446f628e561ce6fcc527df30a76: Merge branch 'mvebu/fixes' into mvebu/drivers (2013-01-23 01:42:14 +0000) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/drivers_for_v3.9 for you to fetch changes up to 43076a4c4e5fb92721bedc5d05b93468d6d76b2c: mmc: mvsdio: add pinctrl integration (2013-01-23 01:42:29 +0000) ---------------------------------------------------------------- mvebu drivers for v3.9 - mvsdio - use slot-gpio for card detect and write protect - add DT binding - add pinctrl integration - use rtc-mv in mvebu armv7 SoCs - add pci-e hotplug for kirkwood depends on: - mvebu/fixes ---------------------------------------------------------------- Thomas Petazzoni (4): mmc: mvsdio: use slot-gpio infrastructure for write protect gpio mmc: mvsdio: use slot-gpio for card detect gpio mmc: mvsdio: implement a Device Tree binding mmc: mvsdio: add pinctrl integration .../devicetree/bindings/mmc/orion-sdio.txt | 17 +++ drivers/mmc/host/mvsdio.c | 129 ++++++++++----------- 2 files changed, 80 insertions(+), 66 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/orion-sdio.txt