Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1687366 > unrolled thread
| Started by | Faiz Abbas <faiz_abbas@ti.com> |
|---|---|
| First post | 2017-07-14 14:50 +0200 |
| Last post | 2017-07-17 09:20 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/2] mmc: omap: Remove Unused Code Faiz Abbas <faiz_abbas@ti.com> - 2017-07-14 14:50 +0200
Re: [PATCH 0/2] mmc: omap: Remove Unused Code Tony Lindgren <tony@atomide.com> - 2017-07-17 08:10 +0200
Re: [PATCH 0/2] mmc: omap: Remove Unused Code Ulf Hansson <ulf.hansson@linaro.org> - 2017-07-17 09:10 +0200
Re: [PATCH 0/2] mmc: omap: Remove Unused Code Tony Lindgren <tony@atomide.com> - 2017-07-17 09:20 +0200
| From | Faiz Abbas <faiz_abbas@ti.com> |
|---|---|
| Date | 2017-07-14 14:50 +0200 |
| Subject | [PATCH 0/2] mmc: omap: Remove Unused Code |
| Message-ID | <u38cH-3uL-15@gated-at.bofh.it> |
This patch series removes some code in omap_hsmmc.c and hsmmc.c and members from hsmmc.h and hsmmc-omap.h which are not used anymore post conversion to device-tree. Patch 2 depends on Patch 1 Faiz Abbas (2): ARM: OMAP2+: hsmmc.c: Remove dead code mmc: host: omap_hsmmc: remove unused platform callbacks arch/arm/mach-omap2/hsmmc.c | 239 +------------------------------ arch/arm/mach-omap2/hsmmc.h | 9 -- drivers/mmc/host/omap_hsmmc.c | 11 -- include/linux/platform_data/hsmmc-omap.h | 10 -- 4 files changed, 2 insertions(+), 267 deletions(-) -- 2.7.4
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2017-07-17 08:10 +0200 |
| Message-ID | <u47oe-1fK-21@gated-at.bofh.it> |
| In reply to | #1687366 |
* Faiz Abbas <faiz_abbas@ti.com> [170714 05:48]: > This patch series removes some code in omap_hsmmc.c > and hsmmc.c and members from hsmmc.h and > hsmmc-omap.h which are not used anymore post > conversion to device-tree. Hey that's nice! That gets us a bit closer removing the old platform data for that driver. Regards, Tony
[toc] | [prev] | [next] | [standalone]
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2017-07-17 09:10 +0200 |
| Message-ID | <u48kh-1R4-5@gated-at.bofh.it> |
| In reply to | #1688683 |
On 17 July 2017 at 08:01, Tony Lindgren <tony@atomide.com> wrote: > * Faiz Abbas <faiz_abbas@ti.com> [170714 05:48]: >> This patch series removes some code in omap_hsmmc.c >> and hsmmc.c and members from hsmmc.h and >> hsmmc-omap.h which are not used anymore post >> conversion to device-tree. > > Hey that's nice! That gets us a bit closer removing the > old platform data for that driver. Tony, As it seems Kishon is working on some more omap_hsmmc changes, I wondering whether it's fine if I pick this series via my mmc tree. To avoid merge conflicts later on? Kind regards Uffe
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2017-07-17 09:20 +0200 |
| Message-ID | <u48tZ-1Uf-19@gated-at.bofh.it> |
| In reply to | #1688708 |
* Ulf Hansson <ulf.hansson@linaro.org> [170717 00:09]: > On 17 July 2017 at 08:01, Tony Lindgren <tony@atomide.com> wrote: > > * Faiz Abbas <faiz_abbas@ti.com> [170714 05:48]: > >> This patch series removes some code in omap_hsmmc.c > >> and hsmmc.c and members from hsmmc.h and > >> hsmmc-omap.h which are not used anymore post > >> conversion to device-tree. > > > > Hey that's nice! That gets us a bit closer removing the > > old platform data for that driver. > > Tony, > > As it seems Kishon is working on some more omap_hsmmc changes, I > wondering whether it's fine if I pick this series via my mmc tree. To > avoid merge conflicts later on? Yes please do and for both feel free to add: Acked-by: Tony Lindgren <tony@atomide.com> And if you want to be extra nice, please add these two directly on v4.13-rc1 before merging them into your branch in case I need to merge them in too for any unlikely SoC related conflicts. Regards, Tony
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web