Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1387132 > unrolled thread

Re: [PATCH 0/4] OMAP Mailbox legacy platform device support removal

Started byJassi Brar <jassisinghbrar@gmail.com>
First post2016-04-26 07:00 +0200
Last post2016-04-26 19:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 0/4] OMAP Mailbox legacy platform device support removal Jassi Brar <jassisinghbrar@gmail.com> - 2016-04-26 07:00 +0200
    Re: [PATCH 0/4] OMAP Mailbox legacy platform device support removal Suman Anna <s-anna@ti.com> - 2016-04-26 19:10 +0200

#1387132 — Re: [PATCH 0/4] OMAP Mailbox legacy platform device support removal

FromJassi Brar <jassisinghbrar@gmail.com>
Date2016-04-26 07:00 +0200
SubjectRe: [PATCH 0/4] OMAP Mailbox legacy platform device support removal
Message-ID<rs3gm-1vQ-5@gated-at.bofh.it>
On Wed, Apr 6, 2016 at 6:37 PM, Suman Anna <s-anna@ti.com> wrote:
> Hi Jassi,
>
> This series cleans up the OMAP Mailbox driver dropping the
> support for legacy non-DT platform devices. The infrastructure
> for creating any such devices has all been cleaned up from the
> mach-omap2 layers.
>
> The removal from the driver is accomplished in patch 1, while the
> remaining patches do some minor checkpatch fixes.
>
> Patches baselined on 4.6-rc2.
>
Applied this and the next patchset, with a trivial cleanup

- #define MBOX_INTR_CFG_TYPE1            (0)
- #define MBOX_INTR_CFG_TYPE2            (1)
+ #define MBOX_INTR_CFG_TYPE1            0
+ #define MBOX_INTR_CFG_TYPE2            1

Thanks.

[toc] | [next] | [standalone]


#1387725

FromSuman Anna <s-anna@ti.com>
Date2016-04-26 19:10 +0200
Message-ID<rseEN-2TH-9@gated-at.bofh.it>
In reply to#1387132
On 04/25/2016 11:55 PM, Jassi Brar wrote:
> On Wed, Apr 6, 2016 at 6:37 PM, Suman Anna <s-anna@ti.com> wrote:
>> Hi Jassi,
>>
>> This series cleans up the OMAP Mailbox driver dropping the
>> support for legacy non-DT platform devices. The infrastructure
>> for creating any such devices has all been cleaned up from the
>> mach-omap2 layers.
>>
>> The removal from the driver is accomplished in patch 1, while the
>> remaining patches do some minor checkpatch fixes.
>>
>> Patches baselined on 4.6-rc2.
>>
> Applied this and the next patchset, with a trivial cleanup
> 
> - #define MBOX_INTR_CFG_TYPE1            (0)
> - #define MBOX_INTR_CFG_TYPE2            (1)
> + #define MBOX_INTR_CFG_TYPE1            0
> + #define MBOX_INTR_CFG_TYPE2            1
> 
> Thanks.

Thanks Jassi.

regards
Suman

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web