messages from 2020-12-08 12:02:01 to 2020-12-17 18:12:36 UTC [more...]
[PATCH v2 00/48] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
2020-12-17 18:06 UTC (36+ messages)
` [PATCH v2 01/48] dt-bindings: memory: tegra20: emc: Replace core regulator with power domain
` [PATCH v2 02/48] dt-bindings: memory: tegra30: "
` [PATCH v2 04/48] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v2 15/48] opp: Support set_opp() customization without requiring to use regulators
` [PATCH v2 16/48] opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()
` [PATCH v2 17/48] opp: Correct debug message in _opp_add_static_v2()
` [PATCH v2 18/48] opp: Print OPP level in debug message of _opp_add_static_v2()
` [PATCH v2 19/48] opp: Fix adding OPP entries in a wrong order if rate is unavailable
` [PATCH v2 20/48] PM: domains: Make set_performance_state() callback optional
` [PATCH v2 21/48] PM: domains: Add "performance" column to debug summary
` [PATCH v2 22/48] soc/tegra: pmc: Fix imbalanced clock disabling in error code path
` [PATCH v2 23/48] soc/tegra: pmc: Pulse resets after removing power clamp
` [PATCH v2 26/48] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
` [PATCH v2 27/48] soc/tegra: Add CONFIG_SOC_TEGRA_COMMON and select PM_OPP by default
` [PATCH v2 28/48] soc/tegra: Introduce core power domain driver
` [PATCH v2 29/48] soc/tegra: pmc: Link domains to the parent Core domain
` [PATCH v2 30/48] soc/tegra: regulators: Fix locking up when voltage-spread is out of range
` [PATCH v2 31/48] soc/tegra: regulators: Support Core domain state syncing
` [PATCH v2 32/48] clk: tegra: Support runtime PM, power domain and OPP
` [PATCH v2 33/48] gpu: host1x: Add host1x_channel_stop()
` [PATCH v2 34/48] gpu: host1x: Support power management
` [PATCH v2 35/48] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v2 36/48] drm/tegra: gr2d: Correct swapped device-tree compatibles
` [PATCH v2 37/48] drm/tegra: gr2d: Support OPP and power management
` [PATCH v2 38/48] drm/tegra: g3d: "
` [PATCH v2 39/48] drm/tegra: vic: Stop channel before suspending
` [PATCH v2 40/48] media: staging: tegra-vde: Support OPP and generic power domain
` [PATCH v2 41/48] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v2 42/48] memory: tegra30-emc: "
` [PATCH v2 43/48] ARM: tegra: Add OPP tables and power domains to Tegra20 device-tree
` [PATCH v2 44/48] ARM: tegra: Add OPP tables and power domains to Tegra30 device-tree
` [PATCH v2 45/48] ARM: tegra: acer-a500: Enable core voltage scaling
` [PATCH v2 46/48] ARM: tegra: ventana: "
` [PATCH v2 47/48] ARM: tegra: ventana: Support CPU voltage scaling and thermal throttling
` [PATCH v2 48/48] ARM: tegra: cardhu: "
[PATCH v2 0/8] Support Runtime PM and host mode by Tegra ChipIdea USB driver
2020-12-17 15:50 UTC (23+ messages)
` [PATCH v2 1/8] usb: phy: tegra: Add delay after power up
` [PATCH v2 2/8] usb: phy: tegra: Support waking up from a low power mode
` [PATCH v2 3/8] usb: chipidea: tegra: Remove MODULE_ALIAS
` [PATCH v2 4/8] usb: chipidea: tegra: Rename UDC to USB
` [PATCH v2 5/8] usb: chipidea: tegra: Support host mode
` [PATCH v2 6/8] usb: chipidea: tegra: Support runtime PM
` [PATCH v2 7/8] usb: host: ehci-tegra: Remove the driver
` [PATCH v2 8/8] ARM: tegra_defconfig: Enable USB_CHIPIDEA and remove USB_EHCI_TEGRA
[PATCH v1 0/8] Support Runtime PM and host mode by Tegra ChipIdea USB driver
2020-12-16 18:06 UTC (23+ messages)
` [PATCH v1 1/8] usb: phy: tegra: Add delay after power up
` [PATCH v1 2/8] usb: phy: tegra: Support waking up from a low power mode
` [PATCH v1 3/8] usb: chipidea: tegra: Remove MODULE_ALIAS
` [PATCH v1 4/8] usb: chipidea: tegra: Rename UDC to USB
` [PATCH v1 5/8] usb: chipidea: tegra: Support host mode
` [PATCH v1 6/8] usb: chipidea: tegra: Support runtime PM
` [PATCH v1 7/8] usb: host: ehci-tegra: Remove the driver
` [PATCH v1 8/8] ARM: tegra_defconfig: Enable USB_CHIPIDEA and remove USB_EHCI_TEGRA
[PATCH 5.9 000/105] 5.9.15-rc1 review
2020-12-16 13:21 UTC (2+ messages)
[PATCH v1 0/3] Couple improvements for Tegra clk driver
2020-12-15 21:11 UTC (4+ messages)
` [PATCH v1 1/3] clk: tegra30: Use 300MHz for video decoder by default
` [PATCH v1 2/3] clk: tegra: Fix refcounting of gate clocks
` [PATCH v1 3/3] clk: tegra: Ensure that PLLU configuration is applied properly
[PATCH v1] ARM: tegra: Fix misplaced tegra_uart_config in decompressor
2020-12-15 19:47 UTC (11+ messages)
[PATCH v3 0/9] Add Tegra Quad SPI driver
2020-12-15 16:13 UTC (20+ messages)
` [PATCH v3 1/9] dt-bindings: clock: tegra: Add clock ID TEGRA210_CLK_QSPI_PM
` [PATCH v3 2/9] dt-bindings: spi: Add Tegra Quad SPI device tree binding
` [PATCH v3 3/9] MAINTAINERS: Add Tegra Quad SPI driver section
` [PATCH v3 4/9] spi: tegra210-quad: Add support for Tegra210 QSPI controller
` [PATCH v3 5/9] spi: spi-mem: Allow masters to transfer dummy cycles directly by hardware
` [PATCH v3 6/9] spi: tegra210-quad: Add support for hardware dummy cycles
` [PATCH v3 7/9] arm64: tegra: Enable QSPI on Jetson Nano
` [PATCH v3 8/9] arm64: tegra: Add QSPI nodes on Tegra194
` [PATCH v3 9/9] arm64: tegra: Enable QSPI on Jetson Xavier NX
[PATCH 5.4 00/36] 5.4.84-rc1 review
2020-12-15 9:06 UTC
[PATCH] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code
2020-12-15 7:00 UTC
[PATCH v3 0/3] Support wakeup methods of Atmel maXTouch controllers
2020-12-13 9:26 UTC (8+ messages)
` [PATCH v3 1/3] dt-bindings: input: atmel_mxt_ts: Document atmel,wakeup-method and wake-GPIO
[PATCH AUTOSEL 5.9 01/23] drm/tegra: sor: Don't warn on probe deferral
2020-12-12 16:07 UTC (4+ messages)
` [PATCH AUTOSEL 5.9 02/23] drm/tegra: sor: Ensure regulators are disabled on teardown
` [PATCH AUTOSEL 5.9 03/23] drm/tegra: replace idr_init() by idr_init_base()
` [PATCH AUTOSEL 5.9 08/23] drm/tegra: sor: Disable clocks on error in tegra_sor_init()
[PATCH AUTOSEL 5.4 01/14] drm/tegra: replace idr_init() by idr_init_base()
2020-12-12 16:08 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 03/14] drm/tegra: sor: Disable clocks on error in tegra_sor_init()
[PATCH AUTOSEL 4.19 1/9] drm/tegra: replace idr_init() by idr_init_base()
2020-12-12 16:08 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 3/9] drm/tegra: sor: Disable clocks on error in tegra_sor_init()
[PATCH AUTOSEL 4.9 3/5] drm/tegra: sor: Disable clocks on error in tegra_sor_init()
2020-12-12 16:09 UTC
[PATCH AUTOSEL 4.14 3/8] drm/tegra: sor: Disable clocks on error in tegra_sor_init()
2020-12-12 16:08 UTC
[PATCH v2 0/9] Add Tegra Quad SPI driver
2020-12-11 21:07 UTC (17+ messages)
` [PATCH v2 1/9] dt-bindings: clock: tegra: Add clock ID TEGRA210_CLK_QSPI_PM
` [PATCH v2 2/9] dt-bindings: spi: Add Tegra QSPI device tree binding
` [PATCH v2 2/9] dt-bindings: spi: Add Tegra Quad SPI "
` [PATCH v2 3/9] MAINTAINERS: Add Tegra QSPI driver section
` [PATCH v2 3/9] MAINTAINERS: Add Tegra Quad SPI "
` [PATCH v2 4/9] spi: tegra210-quad: Add support for Tegra210 QSPI controller
` [PATCH v2 5/9] spi: spi-mem: Allow masters to transfer dummy cycles directly by hardware
` [PATCH v2 6/9] spi: tegra210-quad: Add support for hardware dummy cycles
` [PATCH v2 7/9] arm64: tegra: Enable QSPI on Jetson Nano
` [PATCH v2 8/9] arm64: tegra: Add QSPI nodes on Tegra194
` [PATCH v2 9/9] arm64: tegra: Enable QSPI on Jetson Xavier NX
[RESEND PATCH 0/2] Convert Tegra HDA doc to json-schema
2020-12-11 17:49 UTC (6+ messages)
` [RESEND PATCH 1/2] dt-bindings: tegra: Convert "
` [RESEND PATCH 2/2] dt-bindings: tegra: Add missing HDA properties
[PATCH v4 00/13] tegra-video: Add support for capturing from HDMI-to-CSI bridge
2020-12-11 17:02 UTC (14+ messages)
` [PATCH v4 01/13] media: tegra-video: Use zero crop settings if subdev has no get_selection
` [PATCH v4 02/13] media: tegra-video: Enable VI pixel transform for YUV and RGB formats
` [PATCH v4 03/13] media: tegra-video: Fix V4L2 pixel format RGB and YUV
` [PATCH v4 04/13] media: tegra-video: Add support for V4L2_PIX_FMT_NV16
` [PATCH v4 05/13] media: tegra-video: Add DV timing support
` [PATCH v4 06/13] media: tegra-video: Add support for EDID ioctl ops
` [PATCH v4 07/13] media: tegra-video: Add support for VIDIOC_LOG_STATUS ioctl
` [PATCH v4 08/13] media: tegra-video: Add support for V4L2_EVENT_SOURCE_CHANGE
` [PATCH v4 09/13] media: tegra-video: Implement V4L2 device notify callback
` [PATCH v4 10/13] media: v4l2-fwnode: Update V4L2_FWNODE_CSI2_MAX_DATA_LANES to 8
` [PATCH v4 11/13] dt-bindings: tegra: Update csi data-lanes to maximum 8 lanes
` [PATCH v4 12/13] media: tegra-video: Add support for x8 captures with gang ports
` [PATCH v4 13/13] media: tegra-video: Add custom V4L2 control V4L2_CID_TEGRA_SYNCPT_TIMEOUT_RETRY
[PATCH 5.9 00/75] 5.9.14-rc1 review
2020-12-11 14:23 UTC (2+ messages)
[PATCH v3 7/7] Input: Add "inhibited" property
2020-12-11 8:31 UTC (10+ messages)
` [PATCH v4 0/7] Support inhibiting input devices
` [PATCH v4 2/7] Input: use input_device_enabled()
` [PATCH] Input: cyapa - do not call input_device_enabled from power mode handler
[PATCH 5.4 00/54] 5.4.83-rc1 review
2020-12-10 21:04 UTC
[PATCH 4.4 00/39] 4.4.248-rc1 review
2020-12-10 21:06 UTC
[PATCH 4.14 00/31] 4.14.212-rc1 review
2020-12-10 21:04 UTC
[PATCH 4.19 00/39] 4.19.163-rc1 review
2020-12-10 21:04 UTC
[PATCH 4.9 00/45] 4.9.248-rc1 review
2020-12-10 21:04 UTC
[PATCH 5.4 00/54] 5.4.83-rc2 review
2020-12-10 21:05 UTC
[PATCH v1] clk: tegra: Fix duplicated SE clock entry
2020-12-10 20:52 UTC (5+ messages)
[PATCH v1 0/7] Add Tegra QSPI driver
2020-12-10 18:08 UTC (14+ messages)
` [PATCH v1 2/7] dt-bindings: spi: Add Tegra QSPI device tree binding
` [PATCH v1 3/7] spi: qspi-tegra: Add support for Tegra210 QSPI controller
[PATCH v3 00/13] tegra-video: Add support for capturing from HDMI-to-CSI bridge
2020-12-09 20:16 UTC (7+ messages)
` [PATCH v3 10/13] media: v4l2-fwnode: Update V4L2_FWNODE_CSI2_MAX_DATA_LANES to 8
` [PATCH v3 11/13] dt-bindings: tegra: Update csi data-lanes to maximum 8 lanes
[PATCH v11 00/10] Introduce memory interconnect for NVIDIA Tegra SoCs
2020-12-09 20:17 UTC (3+ messages)
` [PATCH v11 01/10] dt-bindings: memory: tegra20: emc: Document opp-supported-hw property
[PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option
2020-12-08 17:00 UTC (3+ messages)
[PATCH v6 0/6] Tegra210 audio graph card
2020-12-08 15:22 UTC (8+ messages)
` "
` "
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).