linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 04:24:57 to 2020-01-14 15:02:38 UTC [more...]

[PATCH 4.19 00/46] 4.19.96-stable review
 2020-01-14 15:02 UTC 

[PATCH 4.14 00/39] 4.14.165-stable review
 2020-01-14 15:02 UTC 

[PATCH 4.9 00/31] 4.9.210-stable review
 2020-01-14 15:01 UTC 

[PATCH 4.4 00/28] 4.4.210-stable review
 2020-01-14 15:01 UTC 

[PATCH] dt-bindings: memory-controller: Update example for Tegra124 EMC
 2020-01-14 12:38 UTC 

[PATCH v8 00/22] Move PMC clocks into Tegra PMC driver
 2020-01-14  7:24 UTC  (23+ messages)
  ` [PATCH v8 01/22] dt-bindings: clock: tegra: Add IDs for OSC clocks
  ` [PATCH v8 02/22] clk: tegra: Add support for OSC_DIV fixed clocks
  ` [PATCH v8 03/22] clk: tegra: Add Tegra OSC to clock lookup
  ` [PATCH v8 08/22] soc: tegra: Add Tegra PMC clocks registration into PMC driver
  ` [PATCH v8 09/22] dt-bindings: soc: tegra-pmc: Add id for Tegra PMC 32KHz blink clock
  ` [PATCH v8 11/22] ASoC: tegra: Add fallback implementation for audio mclk
  ` [PATCH v8 13/22] ARM: dts: tegra: Add clock-cells property to pmc
  ` [PATCH v8 14/22] arm64: tegra: Add clock-cells property to Tegra PMC node
  ` [PATCH v8 16/22] arm64: tegra: smaug: Change clk_out_2 provider to pmc
  ` [PATCH v8 20/22] clk: tegra: Remove tegra_pmc_clk_init along with clk ids
  ` [PATCH v8 21/22] dt-bindings: clock: tegra: Remove pmc clock ids from clock dt-bindings
  ` [PATCH v8 22/22] clk: tegra: Remove audio clocks configuration from clock driver
` [PATCH v8 04/22] clk: tegra: Fix Tegra PMC clock out parents
` [PATCH v8 05/22] clk: tegra: Remove CLK_M_DIV fixed clocks
` [PATCH v8 06/22] dt-bindings: tegra: Convert Tegra PMC bindings to YAML
` [PATCH v8 07/22] dt-bindings: soc: tegra-pmc: Add Tegra PMC clock bindings
` [PATCH v8 10/22] soc: tegra: Add support for 32KHz blink clock
` [PATCH v8 12/22] ASoC: tegra: Use device managed resource APIs to get the clock
` [PATCH v8 15/22] ARM: tegra: Update sound node clocks in device tree
` [PATCH v8 17/22] ASoC: nau8825: change Tegra clk_out_2 provider to tegra_pmc
` [PATCH v8 18/22] ASoC: tegra: Add audio mclk parent configuration
` [PATCH v8 19/22] ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init

[PATCH v4 0/8] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-14  5:57 UTC  (15+ messages)
` [PATCH v4 2/8] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v4 3/8] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v4 4/8] i2c: tegra: Support atomic transfers
` [PATCH v4 6/8] i2c: tegra: Use relaxed versions of readl/writel
` [PATCH v4 7/8] i2c: tegra: Always terminate DMA transfer
  ` [PATCH v4 1/8] i2c: tegra: Fix suspending in active runtime PM state
  ` [PATCH v4 5/8] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
  ` [PATCH v4 8/8] i2c: tegra: Check DMA completion status in addition to left time

[PATCH v5 0/8] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-14  1:34 UTC  (9+ messages)
` [PATCH v5 2/8] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v5 3/8] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v5 4/8] i2c: tegra: Support atomic transfers
  ` [PATCH v5 1/8] i2c: tegra: Fix suspending in active runtime PM state
  ` [PATCH v5 5/8] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
  ` [PATCH v5 6/8] i2c: tegra: Use relaxed versions of readl/writel
  ` [PATCH v5 7/8] i2c: tegra: Always terminate DMA transfer
` [PATCH v5 8/8] i2c: tegra: Check DMA completion status in addition to left time

[RFC 0/2] iommu: arm-smmu: Add support for early direct mappings
 2020-01-14  0:11 UTC  (5+ messages)

[PATCH v7 00/21] Move PMC clocks into Tegra PMC driver
 2020-01-13 22:30 UTC  (45+ messages)
` [PATCH v7 03/21] dt-bindings: clock: tegra: Add DT id for OSC clock
` [PATCH v7 04/21] clk: tegra: Add Tegra OSC to clock lookup
` [PATCH v7 05/21] clk: tegra: Fix Tegra PMC clock out parents
` [PATCH v7 06/21] dt-bindings: tegra: Convert Tegra PMC bindings to YAML
` [PATCH v7 07/21] dt-bindings: soc: tegra-pmc: Add Tegra PMC clock bindings
` [PATCH v7 08/21] soc: tegra: Add Tegra PMC clocks registration into PMC driver
` [PATCH v7 09/21] dt-bindings: soc: tegra-pmc: Add id for Tegra PMC 32KHz blink clock
` [PATCH v7 10/21] soc: tegra: Add support for "
` [PATCH v7 11/21] clk: tegra: Remove tegra_pmc_clk_init along with clk ids
` [PATCH v7 12/21] dt-bindings: clock: tegra: Remove pmc clock ids from clock dt-bindings
` [PATCH v7 13/21] ASoC: tegra: Use device managed resource APIs to get the clock
` [PATCH v7 14/21] ASoC: tegra: Add audio mclk configuration
` [PATCH v7 15/21] ASoC: tegra: Add fallback implementation for audio mclk
` [PATCH v7 16/21] clk: tegra: Remove audio related clock enables from init_table
` [PATCH v7 17/21] ARM: dts: tegra: Add clock-cells property to pmc
` [PATCH v7 18/21] arm64: tegra: Add clock-cells property to Tegra PMC node
` [PATCH v7 19/21] ARM: tegra: Update sound node clocks in device tree
` [PATCH v7 20/21] arm64: tegra: smaug: Change clk_out_2 provider to pmc
` [PATCH v7 21/21] ASoC: nau8825: change Tegra clk_out_2 provider to tegra_pmc

[PATCH 5.4 000/165] 5.4.11-stable review
 2020-01-13 18:27 UTC  (2+ messages)

[PATCH V3 0/5] Add support for PCIe endpoint mode in Tegra194
 2020-01-13 18:14 UTC  (6+ messages)
  ` [PATCH V3 1/5] soc/tegra: bpmp: Update ABI header
  ` [PATCH V3 4/5] arm64: tegra: Add support for PCIe endpoint mode in P2972-0000 platform
` [PATCH V3 2/5] dt-bindings: PCI: tegra: Add DT support for PCIe EP nodes in Tegra194
` [PATCH V3 3/5] arm64: tegra: Add PCIe endpoint controllers nodes for Tegra194
` [PATCH V3 5/5] PCI: tegra: Add support for PCIe endpoint mode in Tegra194

[PATCH V2 0/5] Add support for PCIe endpoint mode in Tegra194
 2020-01-13 18:12 UTC  (6+ messages)
` [PATCH V2 3/5] PCI: tegra: "
    `  "

[PATCH 1/6] dt-bindings: memory-controller: Convert Tegra124 EMC to json-schema
 2020-01-13 18:03 UTC 

[PATCH 4.19 00/84] 4.19.95-stable review
 2020-01-13 15:48 UTC 

[PATCH 4.14 00/62] 4.14.164-stable review
 2020-01-13 15:47 UTC 

[PATCH 4.9 00/91] 4.9.209-stable review
 2020-01-13 15:47 UTC 

[PATCH 4.4 00/59] 4.4.209-stable review
 2020-01-13 15:41 UTC 

[Patch V2 00/18] Tegra XUSB OTG support
 2020-01-13 15:06 UTC  (7+ messages)
` [Patch V2 01/18] dt-bindings: phy: tegra-xusb: Add usb-role-switch

[PATCH] of: Rework and simplify phandle cache to use a fixed size
 2020-01-13 11:12 UTC  (3+ messages)

[PATCH v1] dt-binding: usb: add "super-speed-plus"
 2020-01-13  6:00 UTC 

I wait for your swift response,
 2020-01-13  5:52 UTC 

[PATCH v5 0/5] add Tegra194 XUSB host and pad controller support
 2020-01-13  2:15 UTC  (6+ messages)
` [PATCH v5 3/5] dt-bindings: phy: tegra: Add Tegra194 support

[PATCH v1 0/2] NVIDIA Tegra serial driver improvements
 2020-01-12 18:09 UTC  (3+ messages)
` [PATCH v1 1/2] tty: serial: tegra: Activate RX DMA transfer by request
` [PATCH v1 2/2] tty: serial: tegra: Optimize DMA buffer synchronization

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

[GIT PULL 1/8] dt-bindings: Changes for v5.6-rc1
 2020-01-11  0:57 UTC  (10+ messages)
` [GIT PULL 3/8] memory: tegra: "
` [GIT PULL 4/8] soc: "
` [GIT PULL 5/8] ARM: tegra: Core changes "
` [GIT PULL 6/8] ARM: tegra: Device tree "
  ` [GIT PULL 2/8] bus: tegra: Changes "
  ` [GIT PULL 7/8] arm64: tegra: Device tree changes "
  ` [GIT PULL 8/8] dt-bindings: Changes "
  ` [GIT PULL 8/8] arm64: tegra: Default configuration updates "

[GIT PULL] drm/tegra: Changes for v5.6-rc1
 2020-01-11  0:48 UTC 

[PATCH v3] regmap: add iopoll-like atomic polling macro
 2020-01-10 22:07 UTC  (7+ messages)
  ` Applied "regmap: add iopoll-like atomic polling macro" to the regmap tree

[PATCH V2] PCI: Add MCFG quirks for Tegra194 host controllers
 2020-01-10 19:15 UTC  (4+ messages)
  ` [PATCH V3 0/2] "
      ` [PATCH V3 1/2] arm64: tegra: Re-order PCIe aperture mappings to support ACPI boot
      ` [PATCH V3 2/2] PCI: Add MCFG quirks for Tegra194 host controllers

[PATCH v2] PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30
 2020-01-10 15:55 UTC  (2+ messages)

[PATCH RESEND for 5.6 v1 1/3] clk: tegra: divider: Check UART's divider enable-bit state on rate's recalculation
 2020-01-10 14:52 UTC  (2+ messages)

[PATCH v2 0/3] NVIDIA Tegra30 EMC driver improvements
 2020-01-10 14:46 UTC  (2+ messages)

[PATCH v2] PCI: tegra: Fix return value check of pm_runtime_get_sync
 2020-01-10 14:45 UTC  (5+ messages)

[PATCH v1] soc/tegra: regulators: Do nothing if voltage is unchanged
 2020-01-10 14:43 UTC 

[PATCH v1] ARM: dts: tegra20: paz00: Add memory timings
 2020-01-10 14:42 UTC 

[PATCH 0/4] iommu/tegra-smmu: A set of small fixes
 2020-01-10 14:34 UTC  (3+ messages)
` [PATCH 1/4] memory: tegra: Correct reset value of xusb_hostr

[PATCH v1] soc/tegra: fuse: Add APB DMA dependency for Tegra20
 2020-01-10 14:33 UTC 

[PATCH] bus: tegra-aconnect: remove PM_CLK dependency
 2020-01-10 11:32 UTC  (3+ messages)

[PATCH v1 0/2] enable Tegra194 fuse
 2020-01-10 11:08 UTC  (2+ messages)

[PATCH v3 00/13] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-10  8:05 UTC  (11+ messages)
` [PATCH v3 09/13] dmaengine: tegra-apb: Remove runtime PM usage

[PATCH v2] regmap: add iopoll-like atomic polling macro
 2020-01-09  5:05 UTC  (2+ messages)

[PATCH 5.4 000/191] 5.4.9-stable review
 2020-01-08 18:23 UTC  (2+ messages)

[PATCH 4.19 000/115] 4.19.94-stable review
 2020-01-08 16:23 UTC 

[PATCH 4.14 00/74] 4.14.163-stable review
 2020-01-08 16:22 UTC 

[PATCH 00/13] memory: tegra: Add Tegra186/Tegra194 support
 2020-01-08 16:19 UTC  (7+ 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] regmap: add iopoll-like atomic polling macro
 2020-01-08 13:36 UTC  (4+ messages)
  `  "

[PATCH 1/2] pwm: Fix minor Kconfig whitespace issues
 2020-01-08 13:00 UTC  (2+ messages)

[PATCH V3 1/4] clk: tegra: mark fuse clock as critical
 2020-01-08 12:00 UTC  (4+ messages)
` [PATCH V3 2/4] ARM: tegra: Enable PLLP bypass during Tegra124 LP1

tegra30 tdm audio support
 2020-01-08 11:37 UTC  (20+ messages)
` [PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
                                ` [Linux-kernel] "

[PATCH 01/13] mailbox: altera: convert to devm_platform_ioremap_resource
 2020-01-08  9:43 UTC  (3+ messages)
` [PATCH 13/13] mailbox: armada-37xx-rwtm: "

[PATCH 1/9] memory: emif: convert to devm_platform_ioremap_resource
 2020-01-08  9:41 UTC  (3+ messages)
` [PATCH 3/9] memory: mvebu-devbus: "

[PATCH] phy: core: Add consumer device link support
 2020-01-08  8:37 UTC  (3+ messages)


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