mbox series

[0/2] ASoC: mt8183: fix audio playback slowly after playback

Message ID 1571193522-11886-1-git-send-email-jiaxin.yu@mediatek.com (mailing list archive)
Headers show
Series ASoC: mt8183: fix audio playback slowly after playback | expand

Message

Jiaxin Yu (俞家鑫) Oct. 16, 2019, 2:38 a.m. UTC
This series patches add reset controller for MT8183, and audio will use it in 
machine driver during bootup, they depend on the for-next.

v3 changes:
	1. https://patchwork.kernel.org/patch/11164283/ and 
	   https://patchwork.kernel.org/patch/11164305/ has been merged.
	2. change the name of mtk_wdt_compatible to mtk_wdt_data
	3. remove toprgu_reset struct and use mtk_wdt_dev instead
	4. get the value of sw_rst_num from .h file
	5. adddd mt2712-resets.h for mt2712
	6. improve commit message

v2 changes:
	1. remove "WIP" that in the title of patches
	2. add hyper link for the patch that depends on
	3. patchwork list:
		https://patchwork.kernel.org/cover/11164285/
		https://patchwork.kernel.org/patch/11164295/
		https://patchwork.kernel.org/patch/11164299/
		https://patchwork.kernel.org/patch/11164283/
		https://patchwork.kernel.org/patch/11164305/

v1 changes:
	1. patchwork list:
		https://patchwork.kernel.org/cover/11164173/
		https://patchwork.kernel.org/patch/11164181/
		https://patchwork.kernel.org/patch/11164185/
		https://patchwork.kernel.org/patch/11164187/
		https://patchwork.kernel.org/patch/11164175/

yong.liang (2):
  dt-bindings: mediatek: mt8183: Add #reset-cells
  watchdog: mtk_wdt: mt8183: Add reset controller

 .../devicetree/bindings/watchdog/mtk-wdt.txt  |  10 +-
 drivers/watchdog/Kconfig                      |   1 +
 drivers/watchdog/mtk_wdt.c                    | 111 +++++++++++++++++-
 .../reset-controller/mt2712-resets.h          |  22 ++++
 .../reset-controller/mt8183-resets.h          |  15 +++
 5 files changed, 155 insertions(+), 4 deletions(-)
 create mode 100644 include/dt-bindings/reset-controller/mt2712-resets.h