* [GIT PULL] Disintegrate UAPI for usb
@ 2012-10-09 13:30 David Howells
2012-10-09 13:45 ` Greg KH
2012-10-13 21:22 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: David Howells @ 2012-10-09 13:30 UTC (permalink / raw)
To: gregkh; +Cc: dhowells, linux-usb, linux-kernel
Can you merge the following branch into the usb tree please.
This is to complete part of the Userspace API (UAPI) disintegration for which
the preparatory patches were pulled recently. After these patches, userspace
headers will be segregated into:
include/uapi/linux/.../foo.h
for the userspace interface stuff, and:
include/linux/.../foo.h
for the strictly kernel internal stuff.
---
The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
are available in the git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-usb-20121009
for you to fetch changes up to 5e1ddb481776a487b15b40579a000b279ce527c9:
UAPI: (Scripted) Disintegrate include/linux/usb (2012-10-09 09:49:07 +0100)
----------------------------------------------------------------
UAPI Disintegration 2012-10-09
----------------------------------------------------------------
David Howells (1):
UAPI: (Scripted) Disintegrate include/linux/usb
include/linux/usb/Kbuild | 10 -
include/linux/usb/audio.h | 524 +---------------
include/linux/usb/ch9.h | 960 +-----------------------------
include/linux/usb/functionfs.h | 167 +-----
include/uapi/linux/usb/Kbuild | 10 +
include/uapi/linux/usb/audio.h | 545 +++++++++++++++++
include/{ => uapi}/linux/usb/cdc.h | 0
include/{ => uapi}/linux/usb/ch11.h | 0
include/uapi/linux/usb/ch9.h | 993 +++++++++++++++++++++++++++++++
include/uapi/linux/usb/functionfs.h | 169 ++++++
include/{ => uapi}/linux/usb/g_printer.h | 0
include/{ => uapi}/linux/usb/gadgetfs.h | 0
include/{ => uapi}/linux/usb/midi.h | 0
include/{ => uapi}/linux/usb/tmc.h | 0
include/{ => uapi}/linux/usb/video.h | 0
15 files changed, 1720 insertions(+), 1658 deletions(-)
create mode 100644 include/uapi/linux/usb/audio.h
rename include/{ => uapi}/linux/usb/cdc.h (100%)
rename include/{ => uapi}/linux/usb/ch11.h (100%)
create mode 100644 include/uapi/linux/usb/ch9.h
create mode 100644 include/uapi/linux/usb/functionfs.h
rename include/{ => uapi}/linux/usb/g_printer.h (100%)
rename include/{ => uapi}/linux/usb/gadgetfs.h (100%)
rename include/{ => uapi}/linux/usb/midi.h (100%)
rename include/{ => uapi}/linux/usb/tmc.h (100%)
rename include/{ => uapi}/linux/usb/video.h (100%)
.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] Disintegrate UAPI for usb
2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for usb David Howells
@ 2012-10-09 13:45 ` Greg KH
2012-10-09 13:54 ` David Howells
2012-10-13 21:22 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2012-10-09 13:45 UTC (permalink / raw)
To: David Howells; +Cc: linux-usb, linux-kernel
On Tue, Oct 09, 2012 at 02:30:48PM +0100, David Howells wrote:
> Can you merge the following branch into the usb tree please.
Is this (and the other pull requests for other subsystems) for 3.7 or
for 3.8?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Disintegrate UAPI for usb
2012-10-09 13:45 ` Greg KH
@ 2012-10-09 13:54 ` David Howells
2012-10-09 14:03 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2012-10-09 13:54 UTC (permalink / raw)
To: Greg KH; +Cc: dhowells, linux-usb, linux-kernel
Greg KH <gregkh@linuxfoundation.org> wrote:
> > Can you merge the following branch into the usb tree please.
>
> Is this (and the other pull requests for other subsystems) for 3.7 or
> for 3.8?
I don't really mind. There are no dependencies on it. Getting it in 3.7
means there's more chance it'll just apply when Linus does pull it.
David
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Disintegrate UAPI for usb
2012-10-09 13:54 ` David Howells
@ 2012-10-09 14:03 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-10-09 14:03 UTC (permalink / raw)
To: David Howells; +Cc: linux-usb, linux-kernel
On Tue, Oct 09, 2012 at 02:54:19PM +0100, David Howells wrote:
> Greg KH <gregkh@linuxfoundation.org> wrote:
>
> > > Can you merge the following branch into the usb tree please.
> >
> > Is this (and the other pull requests for other subsystems) for 3.7 or
> > for 3.8?
>
> I don't really mind. There are no dependencies on it. Getting it in 3.7
> means there's more chance it'll just apply when Linus does pull it.
Ok, thanks, I'll queue these up after 3.7-rc1 is out.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Disintegrate UAPI for usb
2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for usb David Howells
2012-10-09 13:45 ` Greg KH
@ 2012-10-13 21:22 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-10-13 21:22 UTC (permalink / raw)
To: David Howells; +Cc: linux-usb, linux-kernel
On Tue, Oct 09, 2012 at 02:30:48PM +0100, David Howells wrote:
> Can you merge the following branch into the usb tree please.
>
> This is to complete part of the Userspace API (UAPI) disintegration for which
> the preparatory patches were pulled recently. After these patches, userspace
> headers will be segregated into:
>
> include/uapi/linux/.../foo.h
>
> for the userspace interface stuff, and:
>
> include/linux/.../foo.h
>
> for the strictly kernel internal stuff.
>
> ---
> The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
>
> Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
>
> are available in the git repository at:
>
>
> git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-usb-20121009
>
> for you to fetch changes up to 5e1ddb481776a487b15b40579a000b279ce527c9:
>
> UAPI: (Scripted) Disintegrate include/linux/usb (2012-10-09 09:49:07 +0100)
Now pulled, thanks.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-13 21:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for usb David Howells
2012-10-09 13:45 ` Greg KH
2012-10-09 13:54 ` David Howells
2012-10-09 14:03 ` Greg KH
2012-10-13 21:22 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox