linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-18 17:47:25 to 2021-02-23 07:45:00 UTC [more...]

[PATCH 00/13] Add binding updates and DT files for SC7280 SoC
 2021-02-23  7:43 UTC  (12+ messages)
` [PATCH 03/13] arm64: dts: sc7280: Add basic dts/dtsi files for SC7280 soc
` [PATCH 04/13] dt-bindings: qcom,pdc: Add compatible for sc7280
` [PATCH 05/13] arm64: dts: qcom: sc7280: Add RSC and PDC devices
` [PATCH 06/13] arm64: dts: qcom: SC7280: Add rpmhcc clock controller node
` [PATCH 07/13] dt-bindings: arm-smmu: Add compatible for SC7280 SoC

[PATCH 1/6] clk: qcom: gcc-sdm660: Fix hmss_gpll0_clk_src parent_map
 2021-02-23  0:42 UTC  (8+ messages)
` [PATCH 2/6] clk: qcom: gcc-sdm660: Set HWCG bit to 1 on some clocks
` [PATCH 3/6] clk: qcom: gcc-sdm660: Add missing clocks and GDSCs
` [PATCH 4/6] clk: qcom: gcc-sdm660: Remove gds_hw_ctrl from GDSCs
` [PATCH 5/6] clk: qcom: gcc-sdm660: Account for needed adjustments in probe function
` [PATCH 6/6] clk: qcom: gcc-sdm660: Add CLK_SET_RATE_PARENT where applicable

[PATCH 1/3] arm64: dts: qcom: sc7180: Add lazor rev4
 2021-02-22 23:41 UTC  (10+ messages)
` [PATCH 2/3] arm64: dts: qcom: sc7180: trogdor: Add labels to charger thermal zone and ADC channel
` [PATCH 3/3] arm64: dts: qcom: sc7180: Delete charger thermal zone and ADC channel for lazor <= rev3

[PATCH v4 0/2] Enable power management for ufs wlun
 2021-02-22 23:04 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v4 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v2 0/3] dts: qcom: sm8250: Enable venus related DT nodes
 2021-02-22 21:39 UTC  (6+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: sm8250: add mmcx regulator
` [PATCH v2 2/3] arm64: dts: qcom: sm8250: Add videocc DT node
` [PATCH v2 3/3] arm64: dts: qcom: sm8250: Add venus "

[PATCH 0/4] Add support to exclude kernel mode hardware assisted instruction tracing
 2021-02-22 20:14 UTC  (3+ messages)
` [PATCH 3/4] coresight: etm4x: Add support to exclude kernel mode tracing

[PATCH] arm64: dts: qcom: sc7180: Avoid glitching SPI CS at bootup on trogdor
 2021-02-22 20:12 UTC  (3+ messages)

[PATCH v5 00/22] Add support for the SDM845 Camera Subsystem
 2021-02-22 18:13 UTC  (37+ messages)
` [PATCH v5 01/22] media: camss: Fix vfe_isr_comp_done() documentation
` [PATCH v5 04/22] media: camss: Add CAMSS_845 camss version
` [PATCH v5 05/22] media: camss: Make ISPIF subdevice optional
` [PATCH v5 07/22] media: camss: Add support for VFE hardware version Titan 170
` [PATCH v5 08/22] media: camss: Add missing format identifiers
` [PATCH v5 09/22] media: camss: Refactor CSID HW version support
` [PATCH v5 10/22] media: camss: Add support for CSID hardware version Titan 170
` [PATCH v5 11/22] media: camss: Add support for CSIPHY "
` [PATCH v5 12/22] media: camss: Remove per VFE power domain toggling
` [PATCH v5 13/22] media: camss: Enable SDM845
` [PATCH v5 20/22] arm64: dts: sdm845: Add CAMSS ISP node
` [PATCH v5 21/22] arm64: dts: sdm845-db845c: Configure regulators for camss node
` [PATCH v5 22/22] arm64: dts: sdm845-db845c: Enable ov8856 sensor and connect to ISP

[PATCH v2 2/2] drm/msm/dp: add supported max link rate specified from dtsi
 2021-02-22 17:32 UTC  (8+ messages)
        ` [Freedreno] "

[PATCH] pinctrl: qcom: sc7280: Add GPIO wakeup interrupt map
 2021-02-22 16:43 UTC  (2+ messages)

[v4] drm/msm/disp/dpu1: turn off vblank irqs aggressively in dpu driver
 2021-02-22 16:08 UTC  (2+ messages)

[PATCH 00/25] media: venus: Enable 6xx support
 2021-02-22 16:03 UTC  (26+ messages)
` [PATCH 01/25] media: venus: Update v6 buffer descriptors
` [PATCH 02/25] media: venus: core,pm: Add handling for resets
` [PATCH 03/25] media: venus: core: add sm8250 DT compatible and resource data
` [PATCH 04/25] media: venus: core,pm: Vote for min clk freq during venus boot
` [PATCH 05/25] media: venus: core: Add io base variables for each block
` [PATCH 06/25] media: venus: hfi,pm,firmware: Convert to block relative addressing
` [PATCH 07/25] media: venus: hfi: Define block offsets for V6 hardware
` [PATCH 08/25] media: venus: hfi: Define additional 6xx registers
` [PATCH 09/25] media: venus: core: Add differentiator IS_V6(core)
` [PATCH 10/25] media: venus: core: Add an io base for TZ wrapper regs
` [PATCH 11/25] media: venus: core: Add an io base for AON regs
` [PATCH 12/25] media: venus: core: Hook to V6 base registers when appropriate
` [PATCH 13/25] media: venus: hfi: Add a 6xx boot logic
` [PATCH 14/25] media: venus: hfi: Add 6xx interrupt support
` [PATCH 15/25] media: venus: hfi: Read WRAPPER_TZ_CPU_STATUS_V6 on 6xx
` [PATCH 16/25] media: venus: hfi, vdec: v6 Add IS_V6() to existing IS_V4() if locations
` [PATCH 17/25] media: venus: pm: Hook 6xx pm ops into 4xx pm ops
` [PATCH 18/25] media: venus: hfi: Add 6xx AXI halt logic
` [PATCH 19/25] media: venus: pm: Toggle 6xx wrapper power in vcodec_control
` [PATCH 20/25] media: venus: firmware: Do not toggle WRAPPER_A9SS_SW_RESET on 6xx
` [PATCH 21/25] media: venus: helpers: Add internal buffer list for v6
` [PATCH 22/25] media: venus: helpers, hfi, vdec: Set actual plane constraints to FW
` [PATCH 23/25] media: venus: hfi: Increase plat_buf_v6 o/p buffer count
` [PATCH 24/25] media: venus: helper: Decide work mode
` [PATCH 25/25] media: venus: vdec: Fix decoder cmd STOP issue

[PATCH] drm/msm/a6xx: fix for kernels without CONFIG_NVMEM
 2021-02-22 16:06 UTC  (12+ messages)

[PATCH v3] drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
 2021-02-22 14:17 UTC 

[PATCH 0/3] fastrpc: fix dmabuf arguments
 2021-02-22 13:53 UTC  (4+ messages)
` [PATCH 3/3] fastrpc: remove redundant fastrpc_map_create() call

[PATCH 0/3] Add support for secure regions in Qcom NANDc driver
 2021-02-22 12:02 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mtd: Convert Qcom NANDc binding to YAML
` [PATCH 2/3] dt-bindings: mtd: Add a property to declare secure regions in Qcom NANDc
` [PATCH 3/3] mtd: rawnand: qcom: Add support for secure regions in NAND memory

[PATCH] drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling features
 2021-02-22 11:00 UTC  (6+ messages)
` [Freedreno] "

[PATCH v3 01/11] drm/atomic: Pass the full state to planes async atomic check and update
 2021-02-22  9:12 UTC  (14+ messages)
` [PATCH v3 02/11] drm: Rename plane atomic_check state names
` [PATCH v3 04/11] drm/atomic: Pass the full state to planes atomic_check
` [PATCH v3 05/11] drm: Use the state pointer directly in "
` [PATCH v3 06/11] drm: Use state helper instead of plane state pointer in atomic_check
` [PATCH v3 08/11] drm: Rename plane->state variables in atomic update and disable
` [PATCH v3 09/11] drm/atomic: Pass the full state to planes atomic disable and update
` [PATCH v3 10/11] drm: Use state helper instead of the plane state pointer

[PATCH] firmware: qcom_scm: Mark string array const
 2021-02-22  3:14 UTC 

[PATCH v2.1 1/3] v4l: common: v4l2_get_link_freq: add printing a warning
 2021-02-21 18:56 UTC  (2+ messages)

[PATCH 15/30] drm/dp: Add backpointer to drm_device in drm_dp_aux
 2021-02-21 18:23 UTC  (6+ messages)
` [PATCH 19/30] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
` [PATCH 20/30] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()

[RESEND] [PATCH 1/2] iio: adc: qcom-spmi-vadc: Use right ratiometric range for 8998,660,845
 2021-02-21 16:40 UTC  (3+ messages)

[PATCH v2 0/4] Add support for QCOM SPMI Flash LEDs
 2021-02-21 11:28 UTC  (7+ messages)
` [PATCH v2 2/4] leds: Add driver "

[RESEND PATCH v6 0/3] Add support for VBUS detection
 2021-02-20  6:34 UTC  (3+ messages)
` [RESEND PATCH v6 3/3] extcon: qcom-spmi: "

[PATCH v5 0/3] Serialize execution environment changes for MHI
 2021-02-20  1:51 UTC  (5+ messages)
` [PATCH v5 1/3] bus: mhi: core: Clear devices when moving execution environments
` [PATCH v5 2/3] bus: mhi: core: Download AMSS image from appropriate function
` [PATCH v5 3/3] bus: mhi: core: Process execution environment changes serially

[PATCH v4 0/3] Serialize execution environment changes for MHI
 2021-02-19 19:13 UTC  (6+ messages)
` [PATCH v4 1/3] bus: mhi: core: Clear devices when moving execution environments
` [PATCH v4 2/3] bus: mhi: core: Download AMSS image from appropriate function
` [PATCH v4 3/3] bus: mhi: core: Process execution environment changes serially

[RFC PATCH v3 0/1] Enable power management for ufs wlun
 2021-02-19 18:18 UTC  (4+ messages)
` [RFC PATCH v3 1/1] scsi: ufs: Enable power management for wlun

[PATCH V1 0/2] Fix WLED FSC Sync and brightness Sync settings
 2021-02-19 18:08 UTC  (4+ messages)
` [PATCH V1 1/2] backlight: qcom-wled: Fix FSC update issue for WLED5
` [PATCH V1 2/2] backlight: qcom-wled: Correct the sync_toggle sequence

[PATCH] bus: mhi: core: Move to polling method to wait for MHI ready
 2021-02-19 18:05 UTC  (3+ messages)

[PATCH] dt-bindings: cpufreq: cpufreq-qcom-hw: Document SM8350 CPUfreq compatible
 2021-02-19 17:59 UTC  (6+ messages)

[PATCH v5 00/16] introduce a generic IOCTL interface for RPMsg channels management
 2021-02-19 11:15 UTC  (17+ messages)
` [PATCH v5 01/16] rpmsg: char: rename rpmsg_char_init to rpmsg_chrdev_init
` [PATCH v5 02/16] rpmsg: move RPMSG_ADDR_ANY in user API
` [PATCH v5 03/16] rpmsg: add short description of the IOCTL defined in UAPI
` [PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions
` [PATCH v5 05/16] rpmsg: char: dissociate the control device from the rpmsg class
` [PATCH v5 06/16] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v5 07/16] rpmsg: update rpmsg_chrdev_register_device function
` [PATCH v5 08/16] rpmsg: glink: add sendto and trysendto ops
` [PATCH v5 09/16] rpmsg: smd: "
` [PATCH v5 10/16] rpmsg: char: use sendto to specify the message destination address
` [PATCH v5 11/16] rpmsg: virtio: register the rpmsg_ctrl device
` [PATCH v5 12/16] rpmsg: ctrl: introduce RPMSG_CREATE_DEV_IOCTL
` [PATCH v5 13/16] rpmsg: char: introduce __rpmsg_chrdev_create_eptdev function
` [PATCH v5 14/16] rpmsg: char: introduce a RPMsg driver for the RPMsg char device
` [PATCH v5 15/16] rpmsg: char: no dynamic endpoint management for the default one
` [PATCH v5 16/16] rpmsg: char: return an error if device already open

[RFC PATCH 0/7] Add managed version of delayed work init
 2021-02-19 10:35 UTC  (3+ messages)

[PATCH] mhi_bus: core: Wait for ready state after reset
 2021-02-19  8:37 UTC  (2+ messages)

[PATCH v2 1/2] phy/qualcomm: add hbr3_hbr2 voltage and premphasis swing table
 2021-02-18 18:47 UTC  (3+ messages)

[PATCH 2/2] drm/msm/dp: Drop limit link rate at HBR2
 2021-02-18 18:47 UTC  (3+ messages)

[PATCH v4 14/16] rpmsg: char: introduce a RPMsg driver for the RPMsg char device
 2021-02-18 17:52 UTC  (2+ messages)

[PATCH v2] bus: mhi: core: Wait for ready state after reset
 2021-02-18 17:33 UTC 

[PATCH v2 0/3] media: qcom: camss: V4L2_CID_PIXEL_RATE/LINK_FREQ fixes
 2021-02-18 17:14 UTC  (4+ messages)
` [PATCH v2 1/3] v4l: common: v4l2_get_link_freq: add printing a warning

[PATCH v4 11/16] rpmsg: virtio: register the rpmsg_ctrl device
 2021-02-18 17:14 UTC  (2+ messages)

[PATCH v2] drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
 2021-02-18 16:35 UTC  (2+ messages)

[PATCH] cpufreq: exclude boost frequencies from valid count if not enabled
 2021-02-18 15:45 UTC  (6+ messages)

[PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
 2021-02-18 15:40 UTC  (4+ 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).