linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 13:48:59 to 2021-01-20 00:33:34 UTC [more...]

[PATCH v3 0/6] Clock and reset improvements for Tegra ALSA drivers
 2021-01-20  0:31 UTC  (4+ messages)
` [PATCH v3 2/6] ALSA: hda/tegra: Reset hardware
` [PATCH v3 3/6] ALSA: hda/tegra: Remove unnecessary null-check from hda_tegra_runtime_resume()
` [PATCH v3 4/6] ASoC: tegra: ahub: Add missing resets

[PATCH v6 00/15] Tegra XHCI controller ELPG support
 2021-01-19 14:12 UTC  (25+ messages)
` [PATCH v6 01/15] clk: tegra: Add PLLE HW power sequencer control
` [PATCH v6 02/15] clk: tegra: Don't enable PLLE HW sequencer at init
` [PATCH v6 03/15] phy: tegra: xusb: Move usb3 port init for Tegra210
` [PATCH v6 04/15] phy: tegra: xusb: tegra210: Do not reset UPHY PLL
` [PATCH v6 05/15] phy: tegra: xusb: Rearrange UPHY init on Tegra210
` [PATCH v6 06/15] phy: tegra: xusb: Add Tegra210 lane_iddq operation
` [PATCH v6 07/15] phy: tegra: xusb: Add sleepwalk and suspend/resume
` [PATCH v6 08/15] soc/tegra: pmc: Provide USB sleepwalk register map
` [PATCH v6 09/15] arm64: tegra210: XUSB PADCTL add "nvidia,pmc" prop
` [PATCH v6 10/15] dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop
` [PATCH v6 11/15] phy: tegra: xusb: Add wake/sleepwalk for Tegra210
` [PATCH v6 12/15] phy: tegra: xusb: Tegra210 host mode VBUS control
` [PATCH v6 13/15] phy: tegra: xusb: Add wake/sleepwalk for Tegra186
` [PATCH v6 14/15] usb: host: xhci-tegra: Unlink power domain devices
` [PATCH v6 15/15] xhci: tegra: Enable ELPG for runtime/system PM

[PATCH v1 1/2] rtc: tps65910: Support wakeup-source property
 2021-01-19 23:59 UTC  (2+ messages)
` [PATCH v1 2/2] ARM: tegra: Specify tps65911 as wakeup source

[PATCH v1] memory: tegra: Check whether reset is already asserted
 2021-01-19 23:52 UTC 

[PATCH v3 00/12] OPP API fixes and improvements
 2021-01-19 22:42 UTC  (36+ messages)
` [PATCH v3 01/12] opp: Fix adding OPP entries in a wrong order if rate is unavailable
` [PATCH v3 02/12] opp: Filter out OPPs based on availability of a required-OPP
` [PATCH v3 03/12] opp: Correct debug message in _opp_add_static_v2()
` [PATCH v3 04/12] opp: Add dev_pm_opp_sync_regulators()
` [PATCH v3 05/12] opp: Add dev_pm_opp_set_voltage()
` [PATCH v3 06/12] opp: Add dev_pm_opp_find_level_ceil()
` [PATCH v3 07/12] opp: Add dev_pm_opp_get_required_pstate()
` [PATCH v3 08/12] opp: Add devm_pm_opp_register_set_opp_helper
` [PATCH v3 09/12] opp: Add devm_pm_opp_attach_genpd
` [PATCH v3 10/12] opp: Support set_opp() customization without requiring to use regulators
` [PATCH v3 11/12] opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()
` [PATCH v3 12/12] opp: Print OPP level in debug message of _opp_add_static_v2()

[PATCH v1] cpufreq: tegra20: Use resource-managed API
 2021-01-19 15:01 UTC  (3+ messages)

[PATCH v5 00/21] Host1x/TegraDRM UAPI
 2021-01-19 22:29 UTC  (2+ messages)

[PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding
 2021-01-19 18:47 UTC  (11+ messages)

[PATCH] gcc-plugins: simplify GCC plugin-dev capability test
 2021-01-19 19:01 UTC  (8+ messages)

[RESEND PATCH v6 0/6] Tegra210 audio graph card
 2021-01-19 17:57 UTC  (11+ messages)
` [RESEND PATCH v6 1/6] ASoC: dt-bindings: tegra: Add graph bindings
` [RESEND PATCH v6 2/6] ASoC: dt-bindings: tegra: Add json-schema for Tegra audio graph card
` [RESEND PATCH v6 3/6] ASoC: tegra: Add audio graph based card driver
` [RESEND PATCH v6 4/6] arm64: defconfig: Enable Tegra audio graph "
` [RESEND PATCH v6 5/6] arm64: tegra: Audio graph header for Tegra210
    `  "
` [RESEND PATCH v6 6/6] arm64: tegra: Audio graph sound card for Jetson Nano and TX1

[PATCH v1 0/5] Clock and reset improvements for Tegra ALSA drivers
 2021-01-19 17:34 UTC  (22+ messages)
` [PATCH v1 1/5] ALSA: hda/tegra: Use clk_bulk helpers
` [PATCH v1 2/5] ALSA: hda/tegra: Reset hardware
` [PATCH v1 3/5] ASoC: tegra: ahub: Use of_reset_control_array_get_exclusive()
` [PATCH v1 4/5] ASoC: tegra: ahub: Use clk_bulk helpers
` [PATCH v1 5/5] ASoC: tegra: ahub: Reset hardware properly

[PATCH v1] ARM: tegra: Don't enable unused PLLs on resume from suspend
 2021-01-19 17:31 UTC  (3+ messages)

[PATCH v1 1/2] gpio: tegra: Fix wake interrupt
 2021-01-19 12:52 UTC  (6+ messages)
` [PATCH v1 2/2] gpio: tegra: Add dependency on GPIOLIB_IRQCHIP

[PATCH] gpio: tegra: Add missing dependencies
 2021-01-19 12:37 UTC  (2+ messages)

[PATCH v3 0/3] GENPD API improvements
 2021-01-19  9:55 UTC  (15+ messages)
` [PATCH v3 1/3] PM: domains: Make set_performance_state() callback optional
` [PATCH v3 2/3] PM: domains: Add "performance" column to debug summary
` [PATCH v3 3/3] PM: domains: Make of_genpd_add_subdomain() to return -EPROBE_DEFER

[PATCH 4.19 00/42] 4.19.169-rc2 review
 2021-01-19 11:50 UTC 

[PATCH 5.4 00/75] 5.4.91-rc2 review
 2021-01-19 11:51 UTC 

[PATCH 5.10 000/152] 5.10.9-rc1 review
 2021-01-19 11:52 UTC 

[PATCH] arm64: tegra: Enable Jetson-Xavier J512 USB host
 2021-01-19  2:23 UTC 

[PATCH v3] i2c: bpmp-tegra: Ignore unknown I2C_M flags
 2021-01-18 11:34 UTC  (4+ messages)

[PATCH 5.10 000/103] 5.10.8-rc1 review
 2021-01-17 13:20 UTC  (2+ messages)

[PATCH v3] Create i2c_writesl_vi() to use with VI I2C
 2021-01-17 11:24 UTC  (4+ messages)
` [PATCH v3] i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO

[PATCH 02/10] drm: Rename plane atomic_check state names
 2021-01-15 21:20 UTC  (13+ messages)
` [PATCH 04/10] drm/atomic: Pass the full state to planes atomic_check
` [PATCH 07/10] drm: Store new plane state in a variable for atomic_update and disable
` [PATCH 08/10] drm: Rename plane->state variables in atomic update "
` [PATCH 09/10] drm/atomic: Pass the full state to planes atomic disable and update
` [PATCH 10/10] drm: Use state helper instead of the plane state pointer

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-15 17:44 UTC  (15+ messages)

[PATCH] drm/tegra: fix reference leak when pm_runtime_get_sync fails
 2021-01-15 16:26 UTC  (2+ messages)

[PATCH] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code
 2021-01-15 16:23 UTC  (2+ messages)

[PATCH v1 0/3] Activate Tegra114 SoC support by Tegra DRM driver
 2021-01-15 16:19 UTC  (7+ messages)
` [PATCH v1 1/3] drm/tegra: dc: Enable display controller driver for Tegra114
` [PATCH v1 2/3] drm/tegra: gr2d: Correct swapped device-tree compatibles
` [PATCH v1 3/3] drm/tegra: gr2d: Add compatible for Tegra114

[PATCH 4.9 00/25] 4.9.252-rc1 review
 2021-01-15 16:19 UTC 

[PATCH 4.14 00/28] 4.14.216-rc1 review
 2021-01-15 16:19 UTC 

[PATCH 4.4 00/18] 4.4.252-rc1 review
 2021-01-15 16:19 UTC 

[PATCH 4.19 00/43] 4.19.168-rc1 review
 2021-01-15 16:19 UTC 

[PATCH 5.4 00/62] 5.4.90-rc1 review
 2021-01-15 16:19 UTC 

[PATCH 1/2] drm/tegra: falcon: Support newer VIC firmware
 2021-01-15 16:16 UTC  (2+ messages)

[PATCH v2 0/5] Couple improvements for Tegra clk driver
 2021-01-15 15:17 UTC  (11+ messages)
` [PATCH v2 1/5] clk: tegra30: Use 300MHz for video decoder by default
` [PATCH v2 2/5] clk: tegra: Fix refcounting of gate clocks
` [PATCH v2 3/5] clk: tegra: Ensure that PLLU configuration is applied properly
` [PATCH v2 4/5] clk: tegra: Halve SCLK rate on Tegra20
` [PATCH v2 5/5] MAINTAINERS: Hand Tegra clk driver to Jon and Thierry

[PATCH v2 0/5] Clock and reset improvements for Tegra ALSA drivers
 2021-01-15 14:25 UTC  (7+ messages)
` [PATCH v2 1/5] ALSA: hda/tegra: Use clk_bulk helpers
` [PATCH v2 2/5] ALSA: hda/tegra: Reset hardware
` [PATCH v2 3/5] ASoC: tegra: ahub: Use of_reset_control_array_get_exclusive()
` [PATCH v2 4/5] ASoC: tegra: ahub: Use clk_bulk helpers
` [PATCH v2 5/5] ASoC: tegra: ahub: Reset hardware properly

[Patch v2 0/4] Add Nvidia Tegra GPC-DMA driver
 2021-01-15 13:42 UTC  (5+ messages)

[PATCH v8 0/3] Introduce Embedded Controller driver for Acer A500
 2021-01-14 18:49 UTC  (9+ messages)
` [PATCH v8 1/3] dt-bindings: mfd: Add ENE KB930 Embedded Controller binding
` [PATCH v8 2/3] mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500
` [PATCH v8 3/3] power: supply: Add battery gauge driver for "


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