Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1335519
| From | Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drivers/hwtracing: make coresight-* explicitly non-modular |
| Date | 2016-02-16 16:30 +0100 |
| Message-ID | <r2PJE-1c4-7@gated-at.bofh.it> (permalink) |
| References | <r28EG-5Lu-13@gated-at.bofh.it> <r2CCK-GB-11@gated-at.bofh.it> <r2KTF-6wn-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 16 February 2016 at 03:15, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Mon, Feb 15, 2016 at 06:25:56PM -0700, Mathieu Poirier wrote:
>> On 14 February 2016 at 10:19, Paul Gortmaker
>> <paul.gortmaker@windriver.com> wrote:
>> > diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
>> > index 9006c4e75cf7..3d8dcdd1aeae 100644
>> > --- a/include/linux/amba/bus.h
>> > +++ b/include/linux/amba/bus.h
>> > @@ -163,4 +163,13 @@ struct amba_device name##_device = { \
>> > #define module_amba_driver(__amba_drv) \
>> > module_driver(__amba_drv, amba_driver_register, amba_driver_unregister)
>> >
>> > +/*
>> > + * builtin_amba_driver() - Helper macro for drivers that don't do anything
>> > + * special in driver initcall. This eliminates a lot of boilerplate. Each
>> > + * driver may only use this macro once, and calling it replaces the instance
>> > + * device_initcall().
>> > + */
>> > +#define builtin_amba_driver(__amba_drv) \
>> > + builtin_driver(__amba_drv, amba_driver_register)
>> > +
>> > #endif
>> > --
>> > 2.6.1
>> >
>>
>> I'm good with this patch on the CS side but Russell maintains the amba
>> subsystem and as such needs to agree with the new macro. Russell, I
>> offer to take this through my tree if you're fine with the changes.
>
> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
>
Applied - thanks.
> --
> RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
> FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
> according to speedtest.net.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] drivers/hwtracing: make coresight-* explicitly non-modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-02-14 18:30 +0100
Re: [PATCH] drivers/hwtracing: make coresight-* explicitly non-modular Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-02-16 02:30 +0100
Re: [PATCH] drivers/hwtracing: make coresight-* explicitly non-modular Russell King - ARM Linux <linux@arm.linux.org.uk> - 2016-02-16 11:20 +0100
Re: [PATCH] drivers/hwtracing: make coresight-* explicitly non-modular Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-02-16 16:30 +0100
csiph-web