messages from 2019-12-20 22:26:58 to 2019-12-29 08:06:10 UTC [more...]
[PATCH 02/32] pwm: fsl-ftm: convert to devm_platform_ioremap_resource
2019-12-29 8:06 UTC (62+ messages)
` [PATCH 03/32] pwm: rcar: "
` [PATCH 04/32] pwm: renesas-tpu: "
` [PATCH 05/32] pwm: ep93xx: "
` [PATCH 06/32] pwm: tegra: "
` [PATCH 07/32] pwm: mediatek: "
` [PATCH 08/32] pwm: sti: "
` [PATCH 09/32] pwm: pxa: "
` [PATCH 10/32] pwm: zx: "
` [PATCH 11/32] pwm: spear: "
` [PATCH 12/32] pwm: bcm-kona: "
` [PATCH 13/32] pwm: lpc32xx: "
` [PATCH 14/32] pwm: meson: "
` [PATCH 15/32] pwm: rockchip: "
` [PATCH 16/32] pwm: bcm-iproc: "
` [PATCH 17/32] pwm: samsung: "
` [PATCH 18/32] pwm: tiehrpwm: "
` [PATCH 19/32] pwm: puv3: "
` [PATCH 20/32] pwm: imx: "
` [PATCH 21/32] pwm: tiecap: "
` [PATCH 22/32] pwm: bcm2835: "
` [PATCH 23/32] pwm: berlin: "
` [PATCH 24/32] pwm: vt8500: "
` [PATCH 25/32] pwm: brcmstb: "
` [PATCH 26/32] pwm: mtk-disp: "
` [PATCH 27/32] pwm: clps711x: "
` [PATCH 28/32] pwm: img: "
` [PATCH 29/32] pwm: lpc18xx-sct: "
` [PATCH 30/32] pwm: hibvt: do some cleanup
` [PATCH 31/32] pwm: sifive: convert to devm_platform_ioremap_resource
` [PATCH 32/32] pwm: atmel: "
[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
2019-12-29 8:05 UTC
[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
2019-12-29 8:05 UTC
[PATCH 01/13] mailbox: altera: convert to devm_platform_ioremap_resource
2019-12-29 1:59 UTC (14+ messages)
` [PATCH 02/13] mailbox: xgene-slimpro: do some cleanup
` [PATCH 03/13] mailbox: qcom-apcs: convert to devm_platform_ioremap_resource
` [PATCH 04/13] mailbox: mediatek: cmdq: "
` [PATCH 05/13] mailbox: bcm2835: "
` [PATCH 06/13] mailbox: hi3660: "
` [PATCH 07/13] mailbox: platform-mhu: "
` [PATCH 08/13] mailbox: stm32-ipcc: "
` [PATCH 09/13] mailbox: sti: do some cleanup
` [PATCH 10/13] mailbox: tegra: convert to devm_platform_ioremap_resource
` [PATCH 11/13] mailbox: hi6220: "
` [PATCH 12/13] mailbox: omap: do some cleanup
` [PATCH 13/13] mailbox: armada-37xx-rwtm: convert to devm_platform_ioremap_resource
[PATCH v2 0/6] NVIDIA Tegra I2C driver fixes and improvements
2019-12-28 22:16 UTC (7+ messages)
` [PATCH v2 1/6] i2c: tegra: Fix suspending in active runtime PM state
` [PATCH v2 2/6] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v2 3/6] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v2 4/6] i2c: tegra: Support atomic transfers
` [PATCH v2 5/6] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
` [PATCH v2 6/6] i2c: tegra: Use relaxed versions of readl/writel
[PATCH v1 0/7] NVIDIA Tegra APB DMA driver fixes and improvements
2019-12-28 20:46 UTC (8+ messages)
` [PATCH v1 1/7] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v1 2/7] dmaengine: tegra-apb: Implement synchronization callback
` [PATCH v1 3/7] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH v1 4/7] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v1 5/7] dmaengine: tegra-apb: Use devm_platform_ioremap_resource
` [PATCH v1 6/7] dmaengine: tegra-apb: Use devm_request_irq
` [PATCH v1 7/7] dmaengine: tegra-apb: Fix coding style problems
[PATCH v3 00/16] NVIDIA Tegra USB2 drivers clean up
2019-12-28 20:33 UTC (17+ messages)
` [PATCH v3 01/16] dt-binding: usb: ci-hdrc-usb2: Document NVIDIA Tegra support
` [PATCH v3 02/16] usb: phy: tegra: Hook up init/shutdown callbacks
` [PATCH v3 03/16] usb: phy: tegra: Perform general clean up of the code
` [PATCH v3 04/16] usb: phy: tegra: Use relaxed versions of readl/writel
` [PATCH v3 05/16] usb: phy: tegra: Use generic stub for a missing VBUS regulator
` [PATCH v3 06/16] usb: ulpi: Add resource-managed variant of otg_ulpi_create()
` [PATCH v3 07/16] usb: phy: tegra: Use devm_otg_ulpi_create()
` [PATCH v3 08/16] usb: phy: tegra: Use u32 for hardware register variables
` [PATCH v3 09/16] usb: phy: tegra: Assert reset on ULPI close instead of deasserting it
` [PATCH v3 10/16] usb: phy: tegra: Use device-tree notion of reset-GPIO's active-state
` [PATCH v3 11/16] usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init failure
` [PATCH v3 12/16] usb: phy: tegra: Move utmip_pad_count checking under lock
` [PATCH v3 13/16] usb: phy: tegra: Keep CPU interrupts enabled
` [PATCH v3 14/16] usb: chipidea: tegra: Stop managing PHY's power
` [PATCH v3 15/16] usb: chipidea: tegra: Add USB_TEGRA_PHY to driver's dependencies
` [PATCH v3 16/16] usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcd
[PATCH v5 00/19] Move PMC clocks into Tegra PMC driver
2019-12-28 14:28 UTC (30+ messages)
` [PATCH v5 04/19] dt-bindings: tegra: Convert Tegra PMC bindings to YAML
` [PATCH v5 05/19] dt-bindings: soc: tegra-pmc: Add Tegra PMC clock bindings
` [PATCH v5 07/19] dt-bindings: soc: tegra-pmc: Add id for Tegra PMC 32KHz blink clock
` [PATCH v5 11/19] ASoC: tegra: Use device managed resource APIs to get the clock
` [PATCH v5 12/19] ASoC: tegra: Add initial parent configuration for audio mclk
` [PATCH v5 13/19] ASoC: tegra: Add fallback implementation "
` [PATCH v5 14/19] clk: tegra: Remove audio related clock enables from init_table
` [PATCH v5 15/19] ARM: dts: tegra: Add clock-cells property to pmc
` [PATCH v5 16/19] arm64: tegra: Add clock-cells property to Tegra PMC node
` [PATCH v5 17/19] ARM: tegra: Update sound node clocks in device tree
` [PATCH v5 18/19] arm64: tegra: smaug: Change clk_out_2 provider to pmc
` [PATCH v5 19/19] ASoC: nau8825: change Tegra clk_out_2 provider from tegra_car "
[PATCH v1 0/3] Tegra I2C: Support atomic transfers and correct suspend/resume
2019-12-27 13:55 UTC (10+ messages)
` [PATCH v1 3/3] i2c: tegra: Fix suspending in active runtime PM state
[PATCH] PCI: fix ptr_ret.cocci warnings
2019-12-27 12:18 UTC
[PATCH] drm: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
2019-12-27 11:54 UTC (2+ messages)
[PATCH 1/9] memory: emif: convert to devm_platform_ioremap_resource
2019-12-27 7:24 UTC (13+ messages)
` [PATCH 2/9] memory: jz4780_nemc: "
` [PATCH 3/9] memory: mvebu-devbus: "
` [PATCH 4/9] memory: tegra: "
` [PATCH 5/9] memory: fsl-corenet-cf: "
` [PATCH 6/9] memory: ti-aemif: "
` [PATCH 7/9] memory: samsung: exynos5422-dmc: "
` [PATCH 8/9] memory: mtk-smi: "
` [PATCH 9/9] memory: omap-gpmc: switch to platform_get_irq
[Patch V2 00/18] Tegra XUSB OTG support
2019-12-27 7:06 UTC (11+ messages)
` [Patch V2 03/18] phy: tegra: xusb: Add usb-role-switch support
` [Patch V2 04/18] phy: tegra: xusb: Add usb-phy support
` [Patch V2 05/18] phy: tegra: xusb: Add support to get companion USB 3 port
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
2019-12-24 10:20 UTC (15+ messages)
` [PATCH 1/8] iommu/vt-d: clean up 32bit si_domain assignment
` [PATCH 2/8] iommu/vt-d: Use default dma_direct_* mapping functions for direct mapped devices
` [PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path
` [PATCH 4/8] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH 5/8] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH 6/8] iommu: allow the dma-iommu api to use bounce buffers
` [PATCH 7/8] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH 8/8] DO NOT MERGE: iommu: disable list appending in dma-iommu
[PATCH v1] clk: tegra: Fix double-free in tegra_clk_init()
2019-12-24 8:01 UTC (2+ messages)
[PATCH v2 00/10] NVIDIA Tegra USB2 drivers clean up
2019-12-24 4:21 UTC (14+ messages)
` [PATCH v2 08/10] usb: phy: tegra: Use u32 for hardware register variables
` [PATCH v2 10/10] usb: chipidea: tegra: Add USB_TEGRA_PHY module to driver's dependencies
[PATCH 1/2] ARM: dts: tegra20: add labels to i2c nodes
2019-12-23 15:44 UTC (4+ messages)
tegra30 tdm audio support
2019-12-22 17:08 UTC (16+ messages)
` [PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
[PATCH 00/13] memory: tegra: Add Tegra186/Tegra194 support
2019-12-22 14:10 UTC (14+ messages)
` [PATCH 01/13] dt-bindings: memory: Add Tegra186 memory client IDs
` [PATCH 02/13] dt-bindings: memory: Add Tegra194 memory controller header
` [PATCH 03/13] dt-bindings: memory: Add Tegra186 memory subsystem
` [PATCH 04/13] memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186
` [PATCH 05/13] memory: tegra: Add per-SoC data for Tegra186
` [PATCH 06/13] memory: tegra: Extract memory client SID programming
` [PATCH 07/13] memory: tegra: Add system sleep support
` [PATCH 08/13] memory: tegra: Support DVFS on Tegra186 and later
` [PATCH 09/13] memory: tegra: Only include support for enabled SoCs
` [PATCH 10/13] memory: tegra: Add support for the Tegra194 memory controller
` [PATCH 11/13] arm64: tegra: Add interrupt for memory controller on Tegra186
` [PATCH 12/13] arm64: tegra: Add external "
` [PATCH 13/13] arm64: tegra: Add the memory subsystem on Tegra194
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).