All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add devres support to card resources
@ 2018-09-20 15:54 Takashi Iwai
  2018-09-20 15:54 ` [PATCH 1/7] ALSA: core: Add device-managed page allocator helper Takashi Iwai
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Takashi Iwai @ 2018-09-20 15:54 UTC (permalink / raw)
  To: alsa-devel

Hi,

here is the patchset containing the changes to support a
device-managed resource management for ALSA card and memory pages.
The actual code changes are identical with the previous RFC series,
but a few documentation updates are included in this official set.


Takashi

===

Takashi Iwai (7):
  ALSA: core: Add device-managed page allocator helper
  ALSA: core: Add managed card creation
  ALSA: intel8x0: Allocate resources with device-managed APIs
  ALSA: atiixp: Allocate resources with device-managed APIs
  ALSA: hda: Allocate resources with device-managed APIs
  ALSA: doc: Brush up the old writing-an-alsa-driver
  ALSA: doc: Add device-managed resource section

 .../kernel-api/writing-an-alsa-driver.rst     | 340 ++++++++++--------
 include/sound/core.h                          |   5 +
 include/sound/memalloc.h                      |   4 +
 sound/core/init.c                             |  95 ++++-
 sound/core/memalloc.c                         |  88 ++++-
 sound/pci/atiixp.c                            | 104 ++----
 sound/pci/atiixp_modem.c                      | 104 ++----
 sound/pci/hda/hda_controller.h                |   1 -
 sound/pci/hda/hda_intel.c                     |  43 +--
 sound/pci/intel8x0.c                          | 143 +++-----
 sound/pci/intel8x0m.c                         | 143 +++-----
 11 files changed, 514 insertions(+), 556 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2018-10-04  5:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 15:54 [PATCH 0/7] Add devres support to card resources Takashi Iwai
2018-09-20 15:54 ` [PATCH 1/7] ALSA: core: Add device-managed page allocator helper Takashi Iwai
2018-09-20 15:54 ` [PATCH 2/7] ALSA: core: Add managed card creation Takashi Iwai
2018-09-21  3:01   ` Takashi Sakamoto
2018-09-21  6:32     ` Takashi Iwai
2018-09-23  8:08       ` Takashi Sakamoto
2018-10-02 16:30         ` Takashi Iwai
2018-10-03  4:05           ` Takashi Sakamoto
2018-10-03  8:12   ` Takashi Sakamoto
2018-10-03 10:30     ` Takashi Iwai
2018-10-03 13:14       ` Takashi Sakamoto
2018-10-03 15:02         ` Takashi Sakamoto
2018-10-03 15:37           ` Takashi Iwai
2018-10-04  5:33             ` Takashi Sakamoto
2018-10-03 15:32         ` Takashi Iwai
2018-09-20 15:54 ` [PATCH 3/7] ALSA: intel8x0: Allocate resources with device-managed APIs Takashi Iwai
2018-09-20 15:54 ` [PATCH 4/7] ALSA: atiixp: " Takashi Iwai
2018-09-20 15:55 ` [PATCH 5/7] ALSA: hda: " Takashi Iwai
2018-09-20 15:55 ` [PATCH 6/7] ALSA: doc: Brush up the old writing-an-alsa-driver Takashi Iwai
2018-09-20 15:55 ` [PATCH 7/7] ALSA: doc: Add device-managed resource section 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.