All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Disintegrate UAPI for sound
@ 2012-10-09 13:30 David Howells
  2012-10-09 13:52   ` Takashi Iwai
  2012-10-09 13:58 ` David Howells
  0 siblings, 2 replies; 5+ messages in thread
From: David Howells @ 2012-10-09 13:30 UTC (permalink / raw)
  To: perex; +Cc: dhowells, tiwai, alsa-devel, linux-kernel

Can you merge the following branch into the sound 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-sound-20121009

for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:

  UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)

----------------------------------------------------------------
UAPI Disintegration 2012-10-09

----------------------------------------------------------------
David Howells (1):
      UAPI: (Scripted) Disintegrate include/sound

 include/sound/Kbuild                        |  10 -
 include/sound/asequencer.h                  | 594 +----------------
 include/sound/asound.h                      | 935 +--------------------------
 include/sound/emu10k1.h                     | 355 +----------
 include/sound/sb16_csp.h                    | 104 +--
 include/uapi/sound/Kbuild                   |  10 +
 include/uapi/sound/asequencer.h             | 614 ++++++++++++++++++
 include/uapi/sound/asound.h                 | 957 ++++++++++++++++++++++++++++
 include/{ => uapi}/sound/asound_fm.h        |   0
 include/{ => uapi}/sound/compress_offload.h |   0
 include/{ => uapi}/sound/compress_params.h  |   0
 include/uapi/sound/emu10k1.h                | 373 +++++++++++
 include/{ => uapi}/sound/hdsp.h             |   0
 include/{ => uapi}/sound/hdspm.h            |   0
 include/uapi/sound/sb16_csp.h               | 122 ++++
 include/{ => uapi}/sound/sfnt_info.h        |   0
 16 files changed, 2084 insertions(+), 1990 deletions(-)
 create mode 100644 include/uapi/sound/asequencer.h
 create mode 100644 include/uapi/sound/asound.h
 rename include/{ => uapi}/sound/asound_fm.h (100%)
 rename include/{ => uapi}/sound/compress_offload.h (100%)
 rename include/{ => uapi}/sound/compress_params.h (100%)
 create mode 100644 include/uapi/sound/emu10k1.h
 rename include/{ => uapi}/sound/hdsp.h (100%)
 rename include/{ => uapi}/sound/hdspm.h (100%)
 create mode 100644 include/uapi/sound/sb16_csp.h
 rename include/{ => uapi}/sound/sfnt_info.h (100%)
.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Disintegrate UAPI for sound
  2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for sound David Howells
@ 2012-10-09 13:52   ` Takashi Iwai
  2012-10-09 13:58 ` David Howells
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2012-10-09 13:52 UTC (permalink / raw)
  To: David Howells; +Cc: perex, alsa-devel, linux-kernel

At Tue, 09 Oct 2012 14:30:42 +0100,
David Howells wrote:
> 
> Can you merge the following branch into the sound tree please.

The changes look OK, but is it targeted for 3.7 or 3.8 in general?
I assumed the latter.


thanks,

Takashi

> 
> 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-sound-20121009
> 
> for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:
> 
>   UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)
> 
> ----------------------------------------------------------------
> UAPI Disintegration 2012-10-09
> 
> ----------------------------------------------------------------
> David Howells (1):
>       UAPI: (Scripted) Disintegrate include/sound
> 
>  include/sound/Kbuild                        |  10 -
>  include/sound/asequencer.h                  | 594 +----------------
>  include/sound/asound.h                      | 935 +--------------------------
>  include/sound/emu10k1.h                     | 355 +----------
>  include/sound/sb16_csp.h                    | 104 +--
>  include/uapi/sound/Kbuild                   |  10 +
>  include/uapi/sound/asequencer.h             | 614 ++++++++++++++++++
>  include/uapi/sound/asound.h                 | 957 ++++++++++++++++++++++++++++
>  include/{ => uapi}/sound/asound_fm.h        |   0
>  include/{ => uapi}/sound/compress_offload.h |   0
>  include/{ => uapi}/sound/compress_params.h  |   0
>  include/uapi/sound/emu10k1.h                | 373 +++++++++++
>  include/{ => uapi}/sound/hdsp.h             |   0
>  include/{ => uapi}/sound/hdspm.h            |   0
>  include/uapi/sound/sb16_csp.h               | 122 ++++
>  include/{ => uapi}/sound/sfnt_info.h        |   0
>  16 files changed, 2084 insertions(+), 1990 deletions(-)
>  create mode 100644 include/uapi/sound/asequencer.h
>  create mode 100644 include/uapi/sound/asound.h
>  rename include/{ => uapi}/sound/asound_fm.h (100%)
>  rename include/{ => uapi}/sound/compress_offload.h (100%)
>  rename include/{ => uapi}/sound/compress_params.h (100%)
>  create mode 100644 include/uapi/sound/emu10k1.h
>  rename include/{ => uapi}/sound/hdsp.h (100%)
>  rename include/{ => uapi}/sound/hdspm.h (100%)
>  create mode 100644 include/uapi/sound/sb16_csp.h
>  rename include/{ => uapi}/sound/sfnt_info.h (100%)
> .
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Disintegrate UAPI for sound
@ 2012-10-09 13:52   ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2012-10-09 13:52 UTC (permalink / raw)
  To: David Howells; +Cc: alsa-devel, linux-kernel

At Tue, 09 Oct 2012 14:30:42 +0100,
David Howells wrote:
> 
> Can you merge the following branch into the sound tree please.

The changes look OK, but is it targeted for 3.7 or 3.8 in general?
I assumed the latter.


thanks,

Takashi

> 
> 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-sound-20121009
> 
> for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:
> 
>   UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)
> 
> ----------------------------------------------------------------
> UAPI Disintegration 2012-10-09
> 
> ----------------------------------------------------------------
> David Howells (1):
>       UAPI: (Scripted) Disintegrate include/sound
> 
>  include/sound/Kbuild                        |  10 -
>  include/sound/asequencer.h                  | 594 +----------------
>  include/sound/asound.h                      | 935 +--------------------------
>  include/sound/emu10k1.h                     | 355 +----------
>  include/sound/sb16_csp.h                    | 104 +--
>  include/uapi/sound/Kbuild                   |  10 +
>  include/uapi/sound/asequencer.h             | 614 ++++++++++++++++++
>  include/uapi/sound/asound.h                 | 957 ++++++++++++++++++++++++++++
>  include/{ => uapi}/sound/asound_fm.h        |   0
>  include/{ => uapi}/sound/compress_offload.h |   0
>  include/{ => uapi}/sound/compress_params.h  |   0
>  include/uapi/sound/emu10k1.h                | 373 +++++++++++
>  include/{ => uapi}/sound/hdsp.h             |   0
>  include/{ => uapi}/sound/hdspm.h            |   0
>  include/uapi/sound/sb16_csp.h               | 122 ++++
>  include/{ => uapi}/sound/sfnt_info.h        |   0
>  16 files changed, 2084 insertions(+), 1990 deletions(-)
>  create mode 100644 include/uapi/sound/asequencer.h
>  create mode 100644 include/uapi/sound/asound.h
>  rename include/{ => uapi}/sound/asound_fm.h (100%)
>  rename include/{ => uapi}/sound/compress_offload.h (100%)
>  rename include/{ => uapi}/sound/compress_params.h (100%)
>  create mode 100644 include/uapi/sound/emu10k1.h
>  rename include/{ => uapi}/sound/hdsp.h (100%)
>  rename include/{ => uapi}/sound/hdspm.h (100%)
>  create mode 100644 include/uapi/sound/sb16_csp.h
>  rename include/{ => uapi}/sound/sfnt_info.h (100%)
> .
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Disintegrate UAPI for sound
  2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for sound David Howells
  2012-10-09 13:52   ` Takashi Iwai
@ 2012-10-09 13:58 ` David Howells
  2012-10-09 15:01   ` Takashi Iwai
  1 sibling, 1 reply; 5+ messages in thread
From: David Howells @ 2012-10-09 13:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: dhowells, perex, alsa-devel, linux-kernel

Takashi Iwai <tiwai@suse.de> wrote:

> > Can you merge the following branch into the sound tree please.
> 
> The changes look OK, but is it targeted for 3.7 or 3.8 in general?
> I assumed the latter.

Either will do.  There are no dependencies on the branch I gave you.

David

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] Disintegrate UAPI for sound
  2012-10-09 13:58 ` David Howells
@ 2012-10-09 15:01   ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2012-10-09 15:01 UTC (permalink / raw)
  To: David Howells; +Cc: perex, alsa-devel, linux-kernel

At Tue, 09 Oct 2012 14:58:41 +0100,
David Howells wrote:
> 
> Takashi Iwai <tiwai@suse.de> wrote:
> 
> > > Can you merge the following branch into the sound tree please.
> > 
> > The changes look OK, but is it targeted for 3.7 or 3.8 in general?
> > I assumed the latter.
> 
> Either will do.  There are no dependencies on the branch I gave you.

OK, then I'm going to take it once when 3.7-rc1 is released.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-09 15:01 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 sound David Howells
2012-10-09 13:52 ` Takashi Iwai
2012-10-09 13:52   ` Takashi Iwai
2012-10-09 13:58 ` David Howells
2012-10-09 15:01   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.