linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-22 21:14:16 to 2019-12-30 11:09:55 UTC [more...]

[Patch V3 00/18] Tegra XUSB OTG support
 2019-12-30 11:09 UTC  (19+ messages)
` [Patch V3 01/18] dt-bindings: phy: tegra-xusb: Add usb-role-switch
` [Patch V3 02/18] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding
` [Patch V3 03/18] phy: tegra: xusb: Add usb-role-switch support
` [Patch V3 04/18] phy: tegra: xusb: Add usb-phy support
` [Patch V3 05/18] phy: tegra: xusb: Add support to get companion USB 3 port
` [Patch V3 06/18] phy: tegra: xusb: Add set_mode support for USB 2 phy on Tegra210
` [Patch V3 07/18] phy: tegra: xusb: Add set_mode support for utmi phy on Tegra186
` [Patch V3 08/18] usb: xhci-tegra: Add OTG support
` [Patch V3 09/18] usb: gadget: tegra-xudc: Remove usb-role-switch support
` [Patch V3 10/18] usb: gadget: tegra-xudc: Add usb-phy support
` [Patch V3 11/18] usb: gadget: tegra-xudc: use phy_set_mode to set/unset device mode
` [Patch V3 12/18] usb: gadget: tegra-xudc: support multiple device modes
` [Patch V3 13/18] arm64: tegra: update OTG port entries for jetson-tx1
` [Patch V3 14/18] arm64: tegra: update OTG port entries for jetson-tx2
` [Patch V3 15/18] arm64: tegra: Add xudc node for Tegra210
` [Patch V3 16/18] arm64: tegra: Enable xudc on Jetson TX1
` [Patch V3 17/18] arm64: tegra: Add xudc node for Tegra186
` [Patch V3 18/18] arm64: tegra: Enable xudc node on Jetson TX2

[PATCH 1/9] memory: emif: convert to devm_platform_ioremap_resource
 2019-12-30  9:13 UTC  (11+ messages)
` [PATCH 2/9] memory: jz4780_nemc: "
` [PATCH 4/9] memory: tegra: "
` [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 02/32] pwm: fsl-ftm: convert to devm_platform_ioremap_resource
 2019-12-30  8:39 UTC  (63+ 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 v1] ASoC: rt5640: Fix NULL dereference on module unload
 2019-12-30  7:11 UTC  (2+ messages)

[Patch V2 00/18] Tegra XUSB OTG support
 2019-12-30  5:17 UTC  (13+ 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 v3 00/16] NVIDIA Tegra USB2 drivers clean up
 2019-12-30  2:25 UTC  (19+ 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 01/13] mailbox: altera: convert to devm_platform_ioremap_resource
 2019-12-30  1:58 UTC  (16+ 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 v1] pci: tegra: fix afi_pex2_ctrl reg offset for tegra30
 2019-12-30  0:52 UTC 

[PATCH v2 00/12] NVIDIA Tegra APB DMA driver fixes and improvements
 2019-12-29 14:55 UTC  (13+ messages)
` [PATCH v2 01/12] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v2 02/12] dmaengine: tegra-apb: Implement synchronization callback
` [PATCH v2 03/12] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH v2 04/12] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v2 05/12] dmaengine: tegra-apb: Use devm_platform_ioremap_resource
` [PATCH v2 06/12] dmaengine: tegra-apb: Use devm_request_irq
` [PATCH v2 07/12] dmaengine: tegra-apb: Fix coding style problems
` [PATCH v2 08/12] dmaengine: tegra-apb: Remove runtime PM usage
` [PATCH v2 09/12] dmaengine: tegra-apb: Clean up suspend-resume
` [PATCH v2 10/12] dmaengine: tegra-apb: Add missing of_dma_controller_free
` [PATCH v2 11/12] dmaengine: tegra-apb: Allow to compile as a loadable kernel module
` [PATCH v2 12/12] dmaengine: tegra-apb: Remove MODULE_ALIAS

[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 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 v5 00/19] Move PMC clocks into Tegra PMC driver
 2019-12-28 14:28 UTC  (24+ 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 18/19] arm64: tegra: smaug: Change clk_out_2 provider to pmc

[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 6/8] iommu: allow the dma-iommu api to use bounce buffers
 2019-12-24 10:20 UTC  (2+ messages)

[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)

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2019-12-23 11:41 UTC  (6+ messages)
` [PATCH 1/8] iommu/vt-d: clean up 32bit si_domain assignment


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).