linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-11 18:20:05 to 2018-05-19 00:54:04 UTC [more...]

[PATCH v1] gpu: host1x: Utilize IOMMU mapping for firewall-copied buffers
 2018-05-19  0:54 UTC  (2+ messages)

[GIT PULL] drm/tegra: Changes for v4.18-rc1
 2018-05-18 22:45 UTC 

[PATCH 0/7] drm/tegra: Preparation work for destaging ABI
 2018-05-18 22:45 UTC  (27+ messages)
` [PATCH 1/7] drm/tegra: Use proper arguments for DRM_TEGRA_CLOSE_CHANNEL IOCTL
` [PATCH 2/7] drm/tegra: gem: Fill in missing export info
` [PATCH 3/7] drm/tegra: dc: Support rotation property
` [PATCH 4/7] drm/tegra: gr2d: Track interface version
` [PATCH 5/7] drm/tegra: gr3d: "
` [PATCH 6/7] drm/tegra: vic: "
` [PATCH 7/7] drm/tegra: Add kerneldoc for UAPI
  ` [PATCH v2] "

[PATCH v2 00/11] Clean up Tegra20 cpufreq driver
 2018-05-18 22:02 UTC  (13+ messages)
` [PATCH v2 01/11] cpufreq: tegra20: Change module description
` [PATCH v2 02/11] cpufreq: tegra20: Clean up whitespaces in the code
` [PATCH v2 03/11] cpufreq: tegra20: Clean up included headers
` [PATCH v2 04/11] cpufreq: tegra20: Remove EMC clock usage
` [PATCH v2 05/11] cpufreq: tegra20: Release clocks properly
` [PATCH v2 06/11] cpufreq: tegra20: Remove unneeded check in tegra_cpu_init
` [PATCH v2 07/11] cpufreq: tegra20: Remove unnecessary parentheses
` [PATCH v2 08/11] cpufreq: tegra20: Remove unneeded variable initialization
` [PATCH v2 09/11] cpufreq: tegra20: Check if this is Tegra20 machine
` [PATCH v2 10/11] cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
` [PATCH v2 11/11] cpufreq: tegra20: Wrap cpufreq into platform driver

[GIT PULL 1/5] dt-bindings: tegra: Changes for v4.18-rc1
 2018-05-18 21:58 UTC  (7+ messages)
` [GIT PULL 2/5] memory: "
  ` [GIT PULL v2 "
` [GIT PULL 3/5] ARM: tegra: Core changes "
` [GIT PULL 4/5] ARM: tegra: Device tree "
` [GIT PULL 5/5] arm64: "

[PATCH 0/7] gpu: host1x: Preparation work for destaging ABI
 2018-05-18 17:35 UTC  (18+ messages)
` [PATCH 1/7] gpu: host1x: Remove wait check support
` [PATCH 2/7] gpu: host1x: Store pointer to client in jobs
` [PATCH 3/7] gpu: host1x: Cleanup loop variable usage
` [PATCH 4/7] gpu: host1x: Drop unnecessary host1x argument
` [PATCH 5/7] gpu: host1x: Rename relocarray -> relocs for consistency
` [PATCH 6/7] gpu: host1x: Use not explicitly sized types
` [PATCH 7/7] gpu: host1x: Track client version

[PATCH 0/9] PM / Domains: Add support for multi PM domains per device
 2018-05-18 10:46 UTC  (11+ messages)
` [PATCH 1/9] PM / Domains: Drop extern declarations of functions in pm_domain.h
` [PATCH 2/9] PM / Domains: Drop __pm_genpd_add_device()
` [PATCH 3/9] PM / Domains: Drop genpd as in-param for pm_genpd_remove_device()
` [PATCH 4/9] PM / Domains: Drop unused parameter in genpd_allocate_dev_data()
` [PATCH 5/9] PM / Domains: dt: Allow power-domain property to be a list of phandles
` [PATCH 6/9] PM / Domains: Don't attach devices in genpd with multi PM domains
` [PATCH 7/9] PM / Domains: Split genpd_dev_pm_attach()
` [PATCH 8/9] PM / Domains: Add support for multi PM domains per device to genpd
` [PATCH 9/9] PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domains

[PATCH v3 0/4] Restore ULPI USB on Tegra20
 2018-05-18 10:39 UTC  (4+ messages)
` [PATCH v3] pinctrl: tegra20: Provide CDEV1/2 clock muxes

[PATCH v1] memory: tegra: Register SMMU after MC driver became ready
 2018-05-18 10:32 UTC  (2+ messages)

[PATCH v1 00/11] Clean up Tegra20 cpufreq driver
 2018-05-18  9:30 UTC  (41+ messages)
` [PATCH v1 01/11] cpufreq: tegra20: Change module description
` [PATCH v1 02/11] cpufreq: tegra20: Clean up whitespaces in the code
` [PATCH v1 03/11] cpufreq: tegra20: Remove EMC clock usage
` [PATCH v1 04/11] cpufreq: tegra20: Release clocks properly
` [PATCH v1 05/11] cpufreq: tegra20: Clean up included headers
` [PATCH v1 06/11] cpufreq: tegra20: Remove unneeded check in tegra_cpu_init
` [PATCH v1 07/11] cpufreq: tegra20: Check if this is Tegra20 machine
` [PATCH v1 08/11] cpufreq: tegra20: Remove unneeded variable initialization
` [PATCH v1 09/11] cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
` [PATCH v1 10/11] cpufreq: tegra20: Wrap cpufreq into platform driver
` [PATCH v1 11/11] ARM: tegra: Create platform device for tegra20-cpufreq driver

[PATCH v2] gpu: host1x: Fix compiler errors by converting to dma_addr_t
 2018-05-18  9:22 UTC  (2+ messages)

[tegra-drm:drm/tegra/for-next 27/35] drivers/gpu/host1x/job.c:103:33: error: 'struct host1x_job' has no member named 'num_cmdbufs'
 2018-05-17 19:22 UTC 

[GIT PULL] arm64: tegra: Device tree fixes for v4.17
 2018-05-17 16:04 UTC 

[PATCH 00/24] drm_framebuffer boilerplate removal
 2018-05-17 13:46 UTC  (4+ messages)
  ` [PATCH 13/24] drm/tegra: tegra_fb -> drm_framebuffer

[PATCH 1/2] drm/tegra: Fix order of teardown in IOMMU case
 2018-05-17 12:09 UTC  (10+ messages)
` [PATCH 2/2] drm/tegra: Acquire a reference to the IOVA cache

[PATCH v5 1/3] ARM: dts: tegra: Remove skeleton.dtsi and fix DTC warnings for /memory
 2018-05-17 11:42 UTC  (6+ messages)
` [PATCH v5 2/3] ARM: dts: tegra: Fix unit_address_vs_reg and avoid_unnecessary_addr_size DTC warnings
` [PATCH v5 3/3] ARM: dts: tegra: Work safely with 256 MB Colibri-T20 modules

[PATCH v4 0/3] ARM: dts: tegra: Add 256 MB Colibri-T20 and cleanups
 2018-05-17  7:40 UTC  (6+ messages)
` [PATCH v4 1/3] ARM: dts: tegra: Remove skeleton.dtsi and fix DTC warnings for /memory
` [PATCH v4 2/3] ARM: dts: tegra: Fix unit_address_vs_reg and avoid_unnecessary_addr_size DTC warnings
` [PATCH v4 3/3] ARM: dts: tegra: Work safely with 256 MB Colibri-T20 modules

[PATCH v2 0/4] Restore ULPI USB on Tegra20
 2018-05-16 14:05 UTC  (4+ messages)
` [PATCH v2] pinctrl: tegra20: Provide CDEV1/2 clock muxes

[PATCH V3 1/3] usb: xhci: tegra: Prepare for adding runtime PM support
 2018-05-16 13:48 UTC  (3+ messages)
` [PATCH V3 2/3] usb: xhci: tegra: Add "
` [PATCH V3 3/3] usb: xhci: tegra: Add support for managing powergates

[PATCH v1 0/9] Tegra GART driver clean up and optimization
 2018-05-16 13:43 UTC  (9+ messages)
` [PATCH v1 7/9] iommu/tegra: gart: Provide single domain and group for all devices
` [PATCH v1 8/9] iommu: Introduce iotlb_sync_map callback

[RFC PATCH 00/10] Add persistent clock support
 2018-05-16  7:11 UTC  (16+ messages)
` [RFC PATCH 01/10] time: "
` [RFC PATCH 02/10] clocksource: sprd: Add one persistent timer for Spreadtrum platform
` [RFC PATCH 03/10] arm: omap: Convert 32K counter to use persistent clock
` [RFC PATCH 04/10] clocksource: tegra20_timer: Remove register_persistent_clock() API
` [RFC PATCH 05/10] arm: time: Remove the persistent clock support for ARM
` [RFC PATCH 06/10] clocksource: arm_arch_timer: Register the persistent clock
` [RFC PATCH 07/10] clocksource: timer-ti-32k: "
` [RFC PATCH 08/10] clocksource: time-pistachio: "
` [RFC PATCH 09/10] x86: tsc: "
` [RFC PATCH 10/10] time: timekeeping: Remove time compensating from nonstop clocksources

[PATCH] gpu: host1x: Fix compiler errors
 2018-05-15 21:07 UTC  (3+ messages)

[PATCH v1] i2c: tegra: Remove suspend-resume
 2018-05-14 13:03 UTC  (7+ messages)

[PATCH] gpu: drm: tegra: Adding new typedef vm_fault_t
 2018-05-14 12:59 UTC  (5+ messages)

[PATCH V2] thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops
 2018-05-14 12:55 UTC  (2+ messages)

[PATCH v1] mfd: tps6586x: Move interrupt handling into workqueue
 2018-05-14 12:39 UTC  (5+ messages)

[PATCH] gpu: host1x: Acquire a reference to the IOVA cache
 2018-05-14 10:57 UTC  (3+ messages)

[PATCH v1] gpu: host1x: Fix dma_free_wc() argument in the error path
 2018-05-14  8:45 UTC  (2+ messages)

[GIT PULL] ARM: tegra: Device tree fixes for v4.17
 2018-05-14  8:00 UTC  (2+ messages)

[PATCH 0/8] Tegra Combined UART driver
 2018-05-14  7:36 UTC  (8+ messages)
` [PATCH 6/8] serial: Add "

[PATCH 00/13] drm/kms/mode: using helper func drm_display_mode_to/from_videomode for calculating timing parameters
 2018-05-13 14:12 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).