summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-09-12 13:42:30 +0900
committerMark Brown <broonie@kernel.org>2019-10-01 12:13:19 +0100
commitd918a37610b1bf71faa86f589bd7604f71c1e05f (patch)
tree03996c3eeea976cc2d4877d9b0f65df2ac3edc3c /tools/perf/scripts/python
parentb7c5bc45ee94a03a0dc45a862180e17db8ea8e9d (diff)
downloadkernel-d918a37610b1bf71faa86f589bd7604f71c1e05f.tar.gz
ASoC: soc-core: tidyup soc_new_pcm_runtime() alloc order
This patch allocs dev first at soc_new_pcm_runtime(). This is prepare for rtd->dev, rtd->codec_dais alloc cleanup Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/877e6ef7m1.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
e73b5c7f3d34c159447de0d24110f1df6d1b6615'>tty: serial: samsung: add spin_lock for interrupt and console_writeJaewon Kim 2022-03-18tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch 2022-03-18tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski 2022-03-18tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski 2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski 2022-03-18tty: serial: samsung: constify UART nameKrzysztof Kozlowski 2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski 2022-03-18tty: serial: samsung: reduce number of castsKrzysztof Kozlowski 2022-03-18tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski 2022-03-18tty: serial: samsung: embed s3c24xx_uart_info in parent structureKrzysztof Kozlowski 2022-03-18serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby 2022-03-03serial: samsung: Add samsung_early_read to support early kgdbocWoody Lin 2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby 2021-12-20tty: serial: samsung: Fix console registration from moduleSam Protsenko 2021-12-20tty: serial: samsung: Enable console as moduleSam Protsenko 2021-12-20tty: serial: samsung: Remove USI initializationSam Protsenko 2021-10-10tty: serial: samsung: Improve naming for common macroSam Protsenko 2021-08-13tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko 2021-08-13tty: serial: samsung: Fix driver data macros styleSam Protsenko 2021-08-13tty: serial: samsung: Init USI to keep clocks runningSam Protsenko 2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams 2021-05-13tty: serial: samsung_tty: remove set but not used variablesTian Tao 2021-03-23tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski 2021-03-10tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin 2021-03-10tty: serial: samsung_tty: Add support for Apple UARTsHector Martin 2021-03-10tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin 2021-03-10tty: serial: samsung_tty: IRQ reworkHector Martin 2021-03-10tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin 2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin 2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin