All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ASoC: sh: fsi: tidyup and cleanup FSI
@ 2011-05-23 11:45 Kuninori Morimoto
  2011-05-23 11:45 ` [PATCH 1/9] ASoC: sh: fsi: tidyup parameter of fsi_stream_push Kuninori Morimoto
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Kuninori Morimoto @ 2011-05-23 11:45 UTC (permalink / raw)
  To: Mark Brown; +Cc: yoshii, Linux-ALSA, Simon, Magnus, Liam Girdwood


Dear Mark, Liam

Cc Simon, yoshii-san, Magnus

These are tidyup and cleanup patches for FSI

Kuninori Morimoto (9):
      ASoC: sh: fsi: tidyup parameter of fsi_stream_push
      ASoC: sh: fsi: tidyup unclear variable naming
      ASoC: sh: fsi: remove pm_runtime from fsi_dai_set_fmt.
      ASoC: sh: fsi: make sure fsi_stream_push/pop access by spin lock
      ASoC: sh: fsi: Add fsi_set_master_clk
      ASoC: sh: fsi: irq control moves to fsi_port_start/stop
      ASoC: sh: fsi: Add fsi_hw_startup/shutdown
      ASoC: sh: fsi: remove fsi_module_init/kill
      ASoC: sh: fsi: cleanup suspend/resume

#1 and #2 are tidyup for fsi_fifo_data_ctrl.
The variables and sub-functions were unclear nameing.
So, it was difficult to understand the detail of calculation.
Thank you for pointing it yoshii-san.

#3 - #9 are clean up for RuntimePM.
Current FSI driver was wrong for RuntimePM.
these patches fixup for RuntimePM and
clean up for suspend/resume.
last patch remove noisy saved_xxx variable.

Best regards
--
Kuninori Morimoto
 

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

end of thread, other threads:[~2011-05-25  0:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23 11:45 [PATCH 0/9] ASoC: sh: fsi: tidyup and cleanup FSI Kuninori Morimoto
2011-05-23 11:45 ` [PATCH 1/9] ASoC: sh: fsi: tidyup parameter of fsi_stream_push Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 2/9] ASoC: sh: fsi: tidyup unclear variable naming Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 3/9] ASoC: sh: fsi: remove pm_runtime from fsi_dai_set_fmt Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 4/9] ASoC: sh: fsi: make sure fsi_stream_push/pop access by spin lock Kuninori Morimoto
2011-05-24 10:39   ` Mark Brown
2011-05-25  0:32     ` Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 5/9] ASoC: sh: fsi: add fsi_set_master_clk Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 6/9] ASoC: sh: fsi: irq control moves to fsi_port_start/stop Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 7/9] ASoC: sh: fsi: add fsi_hw_startup/shutdown Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 8/9] ASoC: sh: fsi: remove fsi_module_init/kill Kuninori Morimoto
2011-05-23 11:46 ` [PATCH 9/9] ASoC: sh: fsi: cleanup suspend/resume Kuninori Morimoto
2011-05-23 14:43 ` [PATCH 0/9] ASoC: sh: fsi: tidyup and cleanup FSI Liam Girdwood
2011-05-24 10:43 ` Mark Brown

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.