Linux on ARM based NVIDIA Tegra SoCs
[Prev Page][Next Page]
- [PATCH v4 00/31] Improvements for Tegra I2C driver,
Dmitry Osipenko
- [PATCH v4 01/31] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer, Dmitry Osipenko
- [PATCH v4 05/31] i2c: tegra: Runtime PM always available on Tegra, Dmitry Osipenko
- [PATCH v4 12/31] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt(), Dmitry Osipenko
- [PATCH v4 14/31] i2c: tegra: Remove likely/unlikely from the code, Dmitry Osipenko
- [PATCH v4 22/31] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v4 23/31] i2c: tegra: Factor out register polling into separate function, Dmitry Osipenko
- [PATCH v4 21/31] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v4 31/31] i2c: tegra: Rename couple "ret" variables to "err", Dmitry Osipenko
- [PATCH v4 26/31] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v4 28/31] i2c: tegra: Clean up whitespaces, newlines and indentation, Dmitry Osipenko
- [PATCH v4 27/31] i2c: tegra: Clean up printk messages, Dmitry Osipenko
- [PATCH v4 30/31] i2c: tegra: Clean up and improve comments, Dmitry Osipenko
- [PATCH v4 29/31] i2c: tegra: Improve driver module description, Dmitry Osipenko
- [PATCH v4 25/31] i2c: tegra: Check errors for both positive and negative values, Dmitry Osipenko
- [PATCH v4 24/31] i2c: tegra: Reorder location of functions in the code, Dmitry Osipenko
- [PATCH v4 20/31] i2c: tegra: Rename variable in tegra_i2c_issue_bus_clear(), Dmitry Osipenko
- [PATCH v4 19/31] i2c: tegra: Rename wait/poll functions, Dmitry Osipenko
- [PATCH v4 18/31] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load(), Dmitry Osipenko
- [PATCH v4 16/31] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v4 17/31] i2c: tegra: Improve formatting of function variables, Dmitry Osipenko
- [PATCH v4 13/31] i2c: tegra: Clean up probe function, Dmitry Osipenko
- [PATCH v4 15/31] i2c: tegra: Remove bogus barrier(), Dmitry Osipenko
- [PATCH v4 11/31] i2c: tegra: Factor out runtime PM and hardware initialization, Dmitry Osipenko
- [PATCH v4 08/31] i2c: tegra: Use devm_platform_get_and_ioremap_resource(), Dmitry Osipenko
- [PATCH v4 10/31] i2c: tegra: Use clk-bulk helpers, Dmitry Osipenko
- [PATCH v4 03/31] i2c: tegra: Initialization div-clk rate unconditionally, Dmitry Osipenko
- [PATCH v4 02/31] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos(), Dmitry Osipenko
- [PATCH v4 09/31] i2c: tegra: Use platform_get_irq(), Dmitry Osipenko
- [PATCH v4 07/31] i2c: tegra: Use reset_control_reset(), Dmitry Osipenko
- [PATCH v4 06/31] i2c: tegra: Remove error message used for devm_request_irq() failure, Dmitry Osipenko
- [PATCH v4 04/31] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member, Dmitry Osipenko
- Re: [PATCH v4 00/31] Improvements for Tegra I2C driver, Michał Mirosław
- [xhci-tegra] Kernel 5.7 regression - tegra124-nyan, Matías Zúñiga
- [RFC PATCH v2 00/17] Host1x/TegraDRM UAPI,
Mikko Perttunen
- [RFC PATCH v2 02/17] gpu: host1x: Allow syncpoints without associated client, Mikko Perttunen
- [RFC PATCH v2 03/17] gpu: host1x: Show number of pending waiters in debugfs, Mikko Perttunen
- [RFC PATCH v2 12/17] gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer, Mikko Perttunen
- [RFC PATCH v2 11/17] gpu: host1x: Add job release callback, Mikko Perttunen
- [RFC PATCH v2 06/17] gpu: host1x: Cleanup and refcounting for syncpoints, Mikko Perttunen
- [RFC PATCH v2 04/17] gpu: host1x: Remove cancelled waiters immediately, Mikko Perttunen
- [RFC PATCH v2 14/17] drm/tegra: Add new UAPI to header, Mikko Perttunen
- [RFC PATCH v2 16/17] drm/tegra: Allocate per-engine channel in core code, Mikko Perttunen
- [RFC PATCH v2 05/17] gpu: host1x: Use HW-equivalent syncpoint expiration check, Mikko Perttunen
- [RFC PATCH v2 15/17] drm/tegra: Add power_on/power_off engine callbacks, Mikko Perttunen
- [RFC PATCH v2 09/17] gpu: host1x: DMA fences and userspace fence creation, Mikko Perttunen
- [RFC PATCH v2 17/17] WIP: drm/tegra: Implement new UAPI, Mikko Perttunen
- [RFC PATCH v2 01/17] gpu: host1x: Use different lock classes for each client, Mikko Perttunen
- [RFC PATCH v2 13/17] gpu: host1x: Reset max value when freeing a syncpoint, Mikko Perttunen
- [RFC PATCH v2 07/17] gpu: host1x: Introduce UAPI header, Mikko Perttunen
- [RFC PATCH v2 08/17] gpu: host1x: Implement /dev/host1x device node, Mikko Perttunen
- [RFC PATCH v2 10/17] WIP: gpu: host1x: Add no-recovery mode, Mikko Perttunen
- Re: [RFC PATCH v2 00/17] Host1x/TegraDRM UAPI, Dmitry Osipenko
- Re: [RFC PATCH v2 00/17] Host1x/TegraDRM UAPI, Dmitry Osipenko
- [PATCH v2 1/2] mmc: host: Drop unneeded MMC dependency in Kconfig,
Krzysztof Kozlowski
- [PATCH v10 17/30] drm: tegra: fix common struct sg_table related issues, Marek Szyprowski
- [PATCH v10 23/30] drm: host1x: fix common struct sg_table related issues, Marek Szyprowski
- [PATCH v10 26/30] staging: tegra-vde: fix common struct sg_table related issues, Marek Szyprowski
- [PATCH] PCI: tegra: Convert to MSI domains,
Thierry Reding
- [PATCH v3 00/22] Improvements for Tegra I2C driver,
Dmitry Osipenko
- [PATCH v3 01/22] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer, Dmitry Osipenko
- [PATCH v3 07/22] i2c: tegra: Use dev_err_probe(), Dmitry Osipenko
- [PATCH v3 17/22] i2c: tegra: Improve driver module description, Dmitry Osipenko
- [PATCH v3 20/22] i2c: tegra: Remove "dma" variable, Dmitry Osipenko
- [PATCH v3 18/22] i2c: tegra: Reorder location of functions in the code, Dmitry Osipenko
- [PATCH v3 19/22] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v3 21/22] i2c: tegra: Initialization div-clk rate unconditionally, Dmitry Osipenko
- [PATCH v3 22/22] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member, Dmitry Osipenko
- [PATCH v3 15/22] i2c: tegra: Clean up whitespaces and newlines, Dmitry Osipenko
- [PATCH v3 16/22] i2c: tegra: Rename variable in tegra_i2c_issue_bus_clear(), Dmitry Osipenko
- [PATCH v3 14/22] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load(), Dmitry Osipenko
- [PATCH v3 13/22] i2c: tegra: Check errors for both positive and negative values, Dmitry Osipenko
- [PATCH v3 11/22] i2c: tegra: Remove likely/unlikely from the code, Dmitry Osipenko
- [PATCH v3 12/22] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v3 10/22] i2c: tegra: Drop '_timeout' from wait/poll function names, Dmitry Osipenko
- [PATCH v3 05/22] i2c: tegra: Use reset_control_reset(), Dmitry Osipenko
- [PATCH v3 04/22] i2c: tegra: Don't ignore tegra_i2c_flush_fifos() error, Dmitry Osipenko
- [PATCH v3 09/22] i2c: tegra: Clean up probe function, Dmitry Osipenko
- [PATCH v3 08/22] i2c: tegra: Runtime PM always available on Tegra, Dmitry Osipenko
- [PATCH v3 06/22] i2c: tegra: Improve formatting of function variables, Dmitry Osipenko
- [PATCH v3 03/22] i2c: tegra: Clean up messages in the code, Dmitry Osipenko
- [PATCH v3 02/22] i2c: tegra: Add missing newline before returns, Dmitry Osipenko
- [PATCH 00/11] mmc: Minor cleanups and compile test,
Krzysztof Kozlowski
- [PATCH 01/11] mmc: bcm2835: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 02/11] mmc: davinci: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 03/11] mmc: dw_mmc-zx: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 04/11] mmc: jz4740: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 05/11] mmc: meson: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [RFT 06/11] mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe(), Krzysztof Kozlowski
- [PATCH 08/11] mmc: sdhci-tegra: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 07/11] mmc: sdhci-of-arasan: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 09/11] mmc: dw_mmc: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 10/11] mmc: sdhci-of-sparx5: Use proper printk format for dma_addr_t, Krzysztof Kozlowski
- [PATCH 11/11] mmc: host: Enable compile testing of multiple drivers, Krzysztof Kozlowski
- Re: [PATCH 00/11] mmc: Minor cleanups and compile test, Ulf Hansson
- [PATCH v2 00/17] Improvements for Tegra I2C driver,
Dmitry Osipenko
- [PATCH v2 08/17] i2c: tegra: Runtime PM always available on Tegra, Dmitry Osipenko
- [PATCH v2 11/17] i2c: tegra: Remove likely/unlikely from the code, Dmitry Osipenko
- [PATCH v2 12/17] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v2 01/17] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer, Dmitry Osipenko
- [PATCH v2 02/17] i2c: tegra: Add missing newline before returns, Dmitry Osipenko
- [PATCH v2 17/17] i2c: tegra: Improve driver module description, Dmitry Osipenko
- [PATCH v2 16/17] i2c: tegra: Rename variable in tegra_i2c_issue_bus_clear(), Dmitry Osipenko
- [PATCH v2 14/17] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load(), Dmitry Osipenko
- [PATCH v2 15/17] i2c: tegra: Remove unnecessary whitespaces and newlines, Dmitry Osipenko
- [PATCH v2 13/17] i2c: tegra: Check errors for both positive and negative values, Dmitry Osipenko
- [PATCH v2 10/17] i2c: tegra: Drop '_timeout' from wait/poll function names, Dmitry Osipenko
- [PATCH v2 07/17] i2c: tegra: Use dev_err_probe(), Dmitry Osipenko
- [PATCH v2 06/17] i2c: tegra: Improve formatting of function variables, Dmitry Osipenko
- [PATCH v2 09/17] i2c: tegra: Clean up probe function, Dmitry Osipenko
- [PATCH v2 03/17] i2c: tegra: Clean up messages in the code, Dmitry Osipenko
- [PATCH v2 05/17] i2c: tegra: Use reset_control_reset(), Dmitry Osipenko
- [PATCH v2 04/17] i2c: tegra: Don't ignore tegra_i2c_flush_fifos() error, Dmitry Osipenko
[PATCH v5] iommu/tegra-smmu: Add locking around mapping operations,
Dmitry Osipenko
[PATCH v4] iommu/tegra-smmu: Add locking around mapping operations,
Dmitry Osipenko
[PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral,
Krzysztof Kozlowski
- [PATCH 11/11] spi: tegra20: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 10/11] spi: tegra114: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 08/11] spi: stm32: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 09/11] spi: synquacer: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 07/11] spi: qcom-qspi: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 06/11] spi: spi-mux: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 05/11] spi: cadence-quadspi: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 04/11] spi: bcm2835: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 03/11] spi: atmel: Simplify with dev_err_probe(), Krzysztof Kozlowski
- [PATCH 02/11] spi: sprd: Simplify with dev_err_probe(), Krzysztof Kozlowski
- Re: [PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral, Chunyan Zhang
- Re: [PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral, Mark Brown
[PATCH v2 4.19 0/7] Fix timeout clock used by hardware data timeout,
Sowjanya Komatineni
[PATCH 5.8 246/255] drm/atomic-helper: reset vblank on crtc reset, Greg Kroah-Hartman
[PATCH] memory: tegra: Remove GPU from DRM IOMMU group,
Thierry Reding
[PATCH v1 00/12] Improvements for Tegra I2C driver,
Dmitry Osipenko
- [PATCH v1 02/12] i2c: tegra: Add missing newline before returns, Dmitry Osipenko
- [PATCH v1 07/12] i2c: tegra: Use dev_err_probe(), Dmitry Osipenko
- [PATCH v1 09/12] i2c: tegra: Clean up probe function, Dmitry Osipenko
- [PATCH v1 12/12] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg(), Dmitry Osipenko
- [PATCH v1 10/12] i2c: tegra: Drop '_timeout' from wait/poll function names, Dmitry Osipenko
- [PATCH v1 08/12] i2c: tegra: Runtime PM always available on Tegra, Dmitry Osipenko
- [PATCH v1 01/12] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer, Dmitry Osipenko
- [PATCH v1 11/12] i2c: tegra: Remove likely/unlikely from the code, Dmitry Osipenko
- [PATCH v1 06/12] i2c: tegra: Improve formatting of function variables, Dmitry Osipenko
- [PATCH v1 04/12] i2c: tegra: Don't ignore tegra_i2c_flush_fifos() error, Dmitry Osipenko
- [PATCH v1 03/12] i2c: tegra: Clean up messages in the code, Dmitry Osipenko
- [PATCH v1 05/12] i2c: tegra: Use reset_control_reset(), Dmitry Osipenko
- Re: [PATCH v1 00/12] Improvements for Tegra I2C driver, Michał Mirosław
[PATCH] Fix compile warnings reported during Non TPG build,
Sowjanya Komatineni
[PATCH RESEND v4] cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter(),
Dmitry Osipenko
[PATCH v2 00/12] Tegra XHCI controller ELPG support,
JC Kuo
- [PATCH v2 01/12] clk: tegra: Add PLLE HW power sequencer control, JC Kuo
- [PATCH v2 05/12] phy: tegra: xusb: add sleepwalk and suspend/resume, JC Kuo
- [PATCH v2 08/12] phy: tegra: xusb: t210: support wake and sleepwalk, JC Kuo
- [PATCH v2 10/12] arm64: tegra210/tegra186/tegra194: XUSB PADCTL irq, JC Kuo
- [PATCH v2 09/12] phy: tegra: xusb: t186: support wake and sleepwalk, JC Kuo
- [PATCH v2 11/12] usb: host: xhci-tegra: unlink power domain devices, JC Kuo
- [PATCH v2 12/12] xhci: tegra: enable ELPG for runtime/system PM, JC Kuo
- [PATCH v2 04/12] phy: tegra: xusb: t210: add lane_iddq operations, JC Kuo
- [PATCH v2 03/12] phy: tegra: xusb: t210: rearrange UPHY init, JC Kuo
- [PATCH v2 07/12] arm64: tegra210: XUSB PADCTL add "nvidia,pmc" prop, JC Kuo
- [PATCH v2 02/12] clk: tegra: don't enable PLLE HW sequencer at init, JC Kuo
- [PATCH v2 06/12] soc/tegra: pmc: provide usb sleepwalk register map, JC Kuo
[PATCH v3 0/3] Fixes and improvements for brcmfmac driver,
Dmitry Osipenko
[PATCH v2 0/6] Introduce Embedded Controller driver for Acer A500,
Dmitry Osipenko
[PATCH v2 5/6] leds: Add driver for Acer Iconia Tab A500, Dmitry Osipenko
[PATCH v2 6/6] ARM: tegra: acer-a500: Add Embedded Controller, Dmitry Osipenko
[PATCH v2 4/6] power: supply: Add battery gauge driver for Acer Iconia Tab A500, Dmitry Osipenko
[PATCH v2 1/6] dt-bindings: mfd: Add ENE KB930 Embedded Controller binding, Dmitry Osipenko
Re: [PATCH v2 0/6] Introduce Embedded Controller driver for Acer A500, Mark Brown
[PATCH 4.19 0/7] Fix timeout clock used by hardware data timeout,
Sowjanya Komatineni
[PATCH 1/2] memory: brcmstb_dpfe: Simplify with dev_err_probe(),
Krzysztof Kozlowski
[PATCH 00/12] Tegra XHCI controller ELPG support,
JC Kuo
- [PATCH 06/12] soc/tegra: pmc: provide usb sleepwalk register map, JC Kuo
- [PATCH 07/12] arm64: tegra210: XUSB PADCTL add "nvidia,pmc" prop, JC Kuo
- [PATCH 08/12] phy: tegra: xusb: t210: support wake and sleepwalk, JC Kuo
- [PATCH 11/12] usb: host: xhci-tegra: unlink power domain devices, JC Kuo
- [PATCH 12/12] xhci: tegra: enable ELPG for runtime/system PM, JC Kuo
- [PATCH 03/12] phy: tegra: xusb: t210: rearrange UPHY init, JC Kuo
- [PATCH 09/12] phy: tegra: xusb: t186: support wake and sleepwalk, JC Kuo
- [PATCH 10/12] arm64: tegra210/tegra186/tegra194: XUSB PADCTL irq, JC Kuo
- [PATCH 05/12] phy: tegra: xusb: add sleepwalk and suspend/resume, JC Kuo
- [PATCH 04/12] phy: tegra: xusb: t210: add lane_iddq operations, JC Kuo
- [PATCH 01/12] clk: tegra: Add PLLE HW power sequencer control, JC Kuo
- [PATCH 02/12] clk: tegra: don't enable PLLE HW sequencer at init, JC Kuo
[PATCH v7 0/7] Fix timeout clock used by hardware data timeout,
Sowjanya Komatineni
[PATCH v1 0/2] mmc: cqhci: Add pre_enable() and post_disable() hook function,
Chun-Hung Wu
Broadcom WiFi SDIO performance regression after commit "mmc: sdhci: Remove finish_tasklet",
Dmitry Osipenko
[PATCH v2 0/4] Fixes and improvements for brcmfmac driver,
Dmitry Osipenko
[PATCH v6 0/7] Fix timeout clock used by hardware data timeout,
Sowjanya Komatineni
[PATCH v5 0/7] Fix timeout clock used by hardware data timeout,
Sowjanya Komatineni
Re: [PATCH 5.8 00/16] 5.8.5-rc1 review,
Jon Hunter
Re: [PATCH 5.7 00/15] 5.7.19-rc1 review, Jon Hunter
[PATCH 0/3] opp: Allow opp-supported-hw to contain multiple versions,
Viresh Kumar
[PATCH] ARM: config: aspeed: Fix selection of media drivers,
Joel Stanley
[PATCH v9 24/32] drm: host1x: fix common struct sg_table related issues,
Marek Szyprowski
[PATCH v9 27/32] staging: tegra-vde: fix common struct sg_table related issues, Marek Szyprowski
[PATCH v9 18/32] drm: tegra: fix common struct sg_table related issues,
Marek Szyprowski
[PATCH] arm64: tegra: Use the correct names for DPAUX pinctrl states, Thierry Reding
[PATCH 0/2] Tegra HDA specific fixes,
Mohan Kumar
[PATCH v4 0/7] Fix timeout clock used by hardware data timeout,
Sowjanya Komatineni
Re: [PATCH 4.4 00/34] 4.4.234-rc2 review, Jon Hunter
Re: [PATCH 5.7 000/127] 5.7.18-rc2 review, Jon Hunter
Re: [PATCH 4.14 00/51] 4.14.195-rc2 review, Jon Hunter
Re: [PATCH 5.8 000/149] 5.8.4-rc2 review,
Jon Hunter
Re: [PATCH 5.4 000/109] 5.4.61-rc2 review, Jon Hunter
Re: [PATCH 4.9 00/39] 4.9.234-rc2 review, Jon Hunter
Re: [PATCH 4.19 00/73] 4.19.142-rc2 review, Jon Hunter
[PATCH V2] cpufreq: tegra186: Fix initial frequency,
Jon Hunter
[PATCH THIRD RESEND] MAINTAINERS: adjust entries to moving CEC platform drivers, Lukas Bulwahn
Re: [PATCH 5.7 000/124] 5.7.18-rc1 review, Jon Hunter
Re: [PATCH 4.19 00/71] 4.19.142-rc1 review, Jon Hunter
Re: [PATCH 5.8 000/148] 5.8.4-rc1 review, Jon Hunter
Re: [PATCH 4.4 00/33] 4.4.234-rc1 review, Jon Hunter
Re: [PATCH 5.4 000/107] 5.4.61-rc1 review, Jon Hunter
Re: [PATCH 4.14 00/50] 4.14.195-rc1 review, Jon Hunter
Re: [PATCH 4.9 00/39] 4.9.234-rc1 review, Jon Hunter
[PATCH v1 0/4] WiFi SDIO fixes and improvements for Acer A500 and Nexus 7,
Dmitry Osipenko
[PATCH v1] brcmfmac: increase F2 watermark for BCM4329,
Dmitry Osipenko
[PATCH v1 0/6] Introduce Embedded Controller driver for Acer A500,
Dmitry Osipenko
[PATCH AUTOSEL 5.8 09/62] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH AUTOSEL 5.8 43/62] gpu: host1x: Put gather's BO on pinning error, Sasha Levin
[PATCH AUTOSEL 5.7 42/61] gpu: host1x: Put gather's BO on pinning error, Sasha Levin
[PATCH AUTOSEL 5.4 07/48] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH AUTOSEL 4.19 04/38] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH AUTOSEL 4.9 02/26] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH AUTOSEL 4.4 02/22] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH AUTOSEL 4.14 02/30] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH AUTOSEL 5.7 09/61] ASoC: tegra: Fix reference count leaks., Sasha Levin
[PATCH v2 00/40] PCI: dwc: Driver clean-ups,
Rob Herring
- [PATCH v2 01/40] PCI: Allow root and child buses to have different pci_ops, Rob Herring
- [PATCH v2 02/40] PCI: dwc: Use DBI accessors instead of own config accessors, Rob Herring
- [PATCH v2 03/40] PCI: dwc: Allow overriding bridge pci_ops, Rob Herring
- [PATCH v2 04/40] PCI: dwc: Add a default pci_ops.map_bus for root port, Rob Herring
- [PATCH v2 05/40] PCI: dwc: al: Use pci_ops for child config space accessors, Rob Herring
- [PATCH v2 06/40] PCI: dwc: keystone: Use pci_ops for config space accessors, Rob Herring
- [PATCH v2 07/40] PCI: dwc: tegra: Use pci_ops for root config space accessors, Rob Herring
- [PATCH v2 08/40] PCI: dwc: meson: Use pci_ops for root config space accessors, Rob Herring
- [PATCH v2 09/40] PCI: dwc: kirin: Use pci_ops for root config space accessors, Rob Herring
- [PATCH v2 10/40] PCI: dwc: exynos: Use pci_ops for root config space accessors, Rob Herring
- [PATCH v2 11/40] PCI: dwc: histb: Use pci_ops for root config space accessors, Rob Herring
- [PATCH v2 12/40] PCI: dwc: Remove dwc specific config accessor ops, Rob Herring
- [PATCH v2 14/40] PCI: Also call .add_bus() callback for root bus, Rob Herring
- [PATCH v2 16/40] PCI: dwc: Convert to use pci_host_probe(), Rob Herring
- [PATCH v2 13/40] PCI: dwc: Use generic config accessors, Rob Herring
- [PATCH v2 15/40] PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus, Rob Herring
- [PATCH v2 17/40] PCI: dwc: Remove root_bus pointer, Rob Herring
- [PATCH v2 18/40] PCI: dwc: Remove storing of PCI resources, Rob Herring
- [PATCH v2 19/40] PCI: dwc: Simplify config space handling, Rob Herring
- [PATCH v2 20/40] PCI: dwc/keystone: Drop duplicated 'num-viewport', Rob Herring
- [PATCH v2 21/40] PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init(), Rob Herring
- [PATCH v2 22/40] PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL, Rob Herring
- [PATCH v2 23/40] PCI: dwc: Add a 'num_lanes' field to struct dw_pcie, Rob Herring
- [PATCH v2 24/40] PCI: dwc: Ensure FAST_LINK_MODE is cleared, Rob Herring
- [PATCH v2 25/40] PCI: dwc/meson: Drop the duplicate number of lanes setup, Rob Herring
- [PATCH v2 26/40] PCI: dwc/meson: Drop unnecessary RC config space initialization, Rob Herring
- [PATCH v2 27/40] PCI: dwc/meson: Rework PCI config and DW port logic register accesses, Rob Herring
- [PATCH v2 28/40] PCI: dwc/imx6: Use common PCI register definitions, Rob Herring
- [PATCH v2 29/40] PCI: dwc/qcom: Use common PCI register definitions, Rob Herring
- [PATCH v2 30/40] PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset, Rob Herring
- [PATCH v2 32/40] PCI: dwc: Remove read_dbi2 code, Rob Herring
- [PATCH v2 31/40] PCI: dwc/tegra: Use common Designware port logic register definitions, Rob Herring
- [PATCH v2 33/40] PCI: dwc: Make ATU accessors private, Rob Herring
- [PATCH v2 34/40] PCI: dwc: Centralize link gen setting, Rob Herring
- [PATCH v2 35/40] PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup code, Rob Herring
- [PATCH v2 36/40] PCI: dwc/intel-gw: Drop unnecessary checking of DT 'device_type' property, Rob Herring
- [PATCH v2 40/40] PCI: dwc: Use DBI accessors, Rob Herring
- [PATCH v2 39/40] PCI: dwc: Move N_FTS setup to common setup, Rob Herring
- [PATCH v2 37/40] PCI: dwc/intel-gw: Move getting PCI_CAP_ID_EXP offset to intel_pcie_link_setup(), Rob Herring
- [PATCH v2 38/40] PCI: dwc/intel-gw: Drop unused max_width, Rob Herring
- Re: [PATCH v2 00/40] PCI: dwc: Driver clean-ups, Lorenzo Pieralisi
- Re: [PATCH v2 00/40] PCI: dwc: Driver clean-ups, Michael Walle
Re: [PATCH 4.14 000/226] 4.14.194-rc2 review, Jon Hunter
[PATCH 00/18] Convert arch/arm to use iommu-dma,
Robin Murphy
- [PATCH 16/18] staging/media/tegra-vde: Clean up IOMMU workaround, Robin Murphy
- [PATCH 18/18] ARM/dma-mapping: Remove legacy dma-iommu API, Robin Murphy
- [PATCH 17/18] media/omap3isp: Clean up IOMMU workaround, Robin Murphy
- [PATCH 12/18] iommu/tegra-gart: Add IOMMU_DOMAIN_DMA support, Robin Murphy
- [PATCH 15/18] drm/nouveau/tegra: Clean up IOMMU workaround, Robin Murphy
- [PATCH 13/18] iommu/tegra: Add IOMMU_DOMAIN_DMA support, Robin Murphy
- [PATCH 14/18] drm/exynos: Consolidate IOMMU mapping code, Robin Murphy
- [PATCH 11/18] iommu/omap: Add IOMMU_DOMAIN_DMA support, Robin Murphy
- [PATCH 10/18] iommu/msm: Add IOMMU_DOMAIN_DMA support, Robin Murphy
- [PATCH 08/18] iommu/renesas: Remove arch/arm workaround, Robin Murphy
- [PATCH 05/18] ARM/dma-mapping: Switch to iommu_dma_ops, Robin Murphy
- [PATCH 09/18] iommu/mediatek-v1: Add IOMMU_DOMAIN_DMA support, Robin Murphy
- [PATCH 06/18] ARM/dma-mapping: Support IOMMU default domains, Robin Murphy
- [PATCH 07/18] iommu/arm-smmu: Remove arch/arm workaround, Robin Murphy
- [PATCH 01/18] ARM/dma-mapping: Drop .dma_supported for IOMMU ops, Robin Murphy
- [PATCH 04/18] iommu/dma: Add temporary hacks for arch/arm, Robin Murphy
- [PATCH 02/18] ARM/dma-mapping: Consolidate IOMMU ops callbacks, Robin Murphy
- [PATCH 03/18] ARM/dma-mapping: Merge IOMMU ops, Robin Murphy
- Re: [PATCH 00/18] Convert arch/arm to use iommu-dma, Marek Szyprowski
- Aw: [PATCH 00/18] Convert arch/arm to use iommu-dma, Frank Wunderlich
Re: [PATCH 5.7 000/204] 5.7.17-rc1 review, Jon Hunter
Re: [PATCH 5.8 000/232] 5.8.3-rc1 review,
Jon Hunter
Re: [PATCH 4.19 00/92] 4.19.141-rc1 review, Jon Hunter
Re: [PATCH 4.9 000/212] 4.9.233-rc1 review, Jon Hunter
Re: [PATCH 5.4 000/152] 5.4.60-rc1 review, Jon Hunter
Re: [PATCH 4.4 000/149] 4.4.233-rc1 review, Jon Hunter
Re: [PATCH 4.14 000/228] 4.14.194-rc1 review,
Jon Hunter
[PATCH] PCI: tegra: no need to check return value of debugfs_create functions,
Greg Kroah-Hartman
[PATCH] memory: tegra: Correct shift value of apew,
Nicolin Chen
[PATCH v2 1/2] drm: allow limiting the scatter list size.,
Gerd Hoffmann
[PATCH 1/2] drm: allow limiting the scatter list size.,
Gerd Hoffmann
[PATCH V2 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast,
Tom Murphy
[PATCH 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast,
Tom Murphy
Re: [PATCH 5.8 000/464] 5.8.2-rc1 review,
Jon Hunter
Re: [PATCH 5.7 000/393] 5.7.16-rc1 review, Jon Hunter
Re: [PATCH 5.4 000/270] 5.4.59-rc1 review, Jon Hunter
Re: [PATCH 4.19 000/168] 4.19.140-rc1 review, Jon Hunter
[PATCH 00/35] dma: convert tasklets to use new tasklet_setup(),
Allen Pais
- [PATCH 01/35] dma: altera-msgdma: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 02/35] dma: at_hdmac: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 04/35] dma: coh901318: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 05/35] dma: dw: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 03/35] dma: at_xdmac: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 08/35] dma: imx-dma: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 10/35] dma: iop_adma: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 09/35] dma: ioat: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 11/35] dma: ipu: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 07/35] dma: fsl: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 12/35] dma: k3dma: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 13/35] dma: mediatek: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 14/35] dma: mmp: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 15/35] dma: mpc512x: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 16/35] dma: mv_xor: convert tasklets to use new tasklet_setup() API, Allen Pais
- [PATCH 17/35] dma: mxs-dma: convert tasklets to use new tasklet_setup() API, Allen Pais
[Index of Archives]
[ARM Kernel]
[Linux ARM]
[Linux ARM MSM]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]