linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 16:44:28 to 2020-02-24 23:21:51 UTC [more...]

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-24 23:21 UTC  (41+ messages)
` [PATCHv2 01/56] ARM: dts: omap: add channel to DSI panels
` [PATCHv2 02/56] ARM: dts: omap4-droid4: add panel compatible
` [PATCHv2 03/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCHv2 04/56] omap/drm: drop unused dsi.configure_pins
` [PATCHv2 05/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCHv2 06/56] drm/omap: constify write buffers
` [PATCHv2 07/56] drm/omap: dsi: add generic transfer function
` [PATCHv2 08/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCHv2 11/56] drm/omap: dsi: simplify write function
` [PATCHv2 12/56] drm/omap: dsi: simplify read functions
` [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCHv2 14/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCHv2 15/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCHv2 16/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCHv2 17/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCHv2 18/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCHv2 19/56] drm/omap: dsi: drop unused memory_read()
` [PATCHv2 20/56] drm/omap: dsi: drop unused get_te()
` [PATCHv2 22/56] drm/omap: dsi: drop useless sync()
` [PATCHv2 24/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCHv2 29/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCHv2 32/56] drm/omap: dsi: move panel refresh function to host
` [PATCHv2 33/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCHv2 34/56] drm/omap: dsi: drop custom panel capability support
` [PATCHv2 35/56] drm/omap: dsi: convert to drm_panel
` [PATCHv2 36/56] drm/omap: drop omapdss-boot-init
` [PATCHv2 38/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCHv2 39/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCHv2 44/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCHv2 45/56] drm/omap: dsi: Register a drm_bridge
` [PATCHv2 46/56] drm/omap: remove legacy DSS device operations
` [PATCHv2 47/56] drm/omap: remove unused omap_connector
` [PATCHv2 49/56] drm/omap: drop unused DSS next pointer
` [PATCHv2 50/56] drm/omap: drop empty omap_encoder helper functions
` [PATCHv2 51/56] drm/omap: drop DSS ops_flags
` [PATCHv2 52/56] drm/omap: drop dssdev display field
` [PATCHv2 53/56] drm/omap: simplify DSI manual update code
` [PATCHv2 54/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCHv2 55/56] drm/panel/panel-dsi-cm: support rotation property
` [PATCHv2 56/56] ARM: dts: omap4-droid4: add panel orientation

[PATCH 0/3] ti-sysc changes for probing DSS with dts data
 2020-02-24 21:40 UTC  (5+ messages)
` [PATCH 1/3] drm/omap: Prepare DSS for probing without legacy platform data
` [PATCH 2/3] bus: ti-sysc: Detect display subsystem related devices
` [PATCH 3/3] bus: ti-sysc: Implement display subsystem reset quirk

[PATCH 00/23] Drop platform data for omap DSS
 2020-02-24 21:30 UTC  (26+ messages)
` [PATCH 01/23] ARM: dts: Configure interconnect target module for omap4 dss
` [PATCH 02/23] ARM: dts: Configure interconnect target module for omap4 dispc
` [PATCH 03/23] ARM: dts: Configure interconnect target module for omap4 rfbi
` [PATCH 04/23] ARM: dts: Configure interconnect target module for omap4 venc
` [PATCH 05/23] ARM: dts: Configure interconnect target module for omap4 dsi1
` [PATCH 06/23] ARM: dts: Configure interconnect target module for omap4 dsi2
` [PATCH 07/23] ARM: dts: Configure interconnect target module for omap4 hdmi
` [PATCH 08/23] ARM: OMAP2+: Drop legacy platform data for omap4 dss
` [PATCH 09/23] ARM: dts: Configure interconnect target module for omap5 dss
` [PATCH 10/23] ARM: dts: Configure interconnect target module for omap5 dispc
` [PATCH 11/23] ARM: dts: Configure interconnect target module for omap5 rfbi
` [PATCH 12/23] ARM: dts: Configure interconnect target module for omap5 dsi1
` [PATCH 13/23] ARM: dts: Configure interconnect target module for omap5 dsi2
` [PATCH 14/23] ARM: dts: Configure interconnect target module for omap5 hdmi
` [PATCH 15/23] ARM: OMAP2+: Drop legacy platform data for omap5 DSS
` [PATCH 16/23] ARM: dts: Configure interconnect target module for dra7 dss
` [PATCH 17/23] ARM: dts: Configure interconnect target module for dra7 dispc
` [PATCH 18/23] ARM: dts: Configure interconnect target module for dra7 hdmi
` [PATCH 19/23] ARM: OMAP2+: Drop legacy platform data for dra7 DSS
` [PATCH 20/23] ARM: dts: Move am437x dss to the interconnect target module in l4
` [PATCH 21/23] ARM: dts: Configure interconnect target module for am437x dispc
` [PATCH 22/23] ARM: dts: Configure interconnect target module for am437x rfbi
` [PATCH 23/23] ARM: OMAP2+: Drop legacy platform data for am437x DSS

[PATCHv7 00/15] remoteproc: updates for omap remoteproc support
 2020-02-24 14:15 UTC  (17+ messages)
` [PATCHv7 01/15] dt-bindings: remoteproc: Add OMAP remoteproc bindings
` [PATCHv7 02/15] remoteproc/omap: Add device tree support
` [PATCHv7 03/15] remoteproc/omap: Add a sanity check for DSP boot address alignment
` [PATCHv7 04/15] remoteproc/omap: Add support to parse internal memories from DT
` [PATCHv7 05/15] remoteproc/omap: Add the rproc ops .da_to_va() implementation
` [PATCHv7 06/15] remoteproc/omap: Initialize and assign reserved memory node
` [PATCHv7 07/15] remoteproc/omap: Add support for DRA7xx remote processors
` [PATCHv7 08/15] remoteproc/omap: Remove the platform_data header
` [PATCHv7 09/15] remoteproc/omap: Check for undefined mailbox messages
` [PATCHv7 10/15] remoteproc/omap: Request a timer(s) for remoteproc usage
` [PATCHv7 11/15] remoteproc/omap: Add support for system suspend/resume
` [PATCHv7 12/15] remoteproc/omap: Add support for runtime auto-suspend/resume
` [PATCHv7 13/15] remoteproc/omap: Report device exceptions and trigger recovery
` [PATCHv7 14/15] remoteproc/omap: Add watchdog functionality for remote processors
` [PATCHv7 15/15] remoteproc/omap: Switch to SPDX license identifiers

[RFC PATCH v3 0/8] Support ROHM BD99954 charger IC
 2020-02-24 12:20 UTC  (4+ messages)
` [RFC PATCH v3 4/8] regulator: rename regulator_linear_range to linear_range

[PATCH] mfd: omap-usb-tll: Replace zero-length array with flexible-array member
 2020-02-24 10:48 UTC  (2+ messages)

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-02-24 10:13 UTC  (3+ messages)
` [PATCH v2 02/18] ARM: replace setup_irq() by request_irq()

[PATCH v2] mfd: syscon: Use a unique name with regmap_config
 2020-02-24 10:00 UTC  (2+ messages)

[PATCH 0/4] pwm: omap-dmtimer: Allow for dynamic pwm period updates
 2020-02-24  9:07 UTC  (9+ messages)
` [PATCH 1/4] pwm: omap-dmtimer: Drop unused header file
` [PATCH 2/4] pwm: omap-dmtimer: Fix pwm enabling sequence
` [PATCH 3/4] pwm: omap-dmtimer: Do not disable pwm before changing period/duty_cycle
` [PATCH 4/4] pwm: omap-dmtimer: Implement .apply callback

[PATCH v3] extcon: palmas: hide error messages if gpio returns -EPROBE_DEFER
 2020-02-24  7:31 UTC  (9+ messages)

[PATCH 0/2] clocksource: timer-ti-dm: Misc fixes for omap dm timer
 2020-02-24  5:07 UTC  (3+ messages)
` [PATCH 1/2] clocksource: timer-ti-dm: Do not restore context on every timer enable
` [PATCH 2/2] clocksource: timer-ti-dm: Do not update counter on updating the period

[PATCH] clocksource: timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()
 2020-02-24  5:01 UTC  (2+ messages)

[CRASH] crypto: omap: kernel panic when modprobing tcrypt
 2020-02-23 20:34 UTC  (6+ messages)

[PATCH v3 0/4] Add support for devices in the Energy Model
 2020-02-22  0:42 UTC  (6+ messages)
` [PATCH v3 1/4] PM / EM: add devices to "
` [PATCH v3 2/4] OPP: change parameter to device pointer in dev_pm_opp_of_register_em()
` [PATCH v3 3/4] thermal: devfreq_cooling: Refactor code and switch to use Energy Model
` [PATCH v3 4/4] drm/panfrost: Register to the Energy Model with devfreq device

[PATCH] ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set
 2020-02-21 20:15 UTC  (4+ messages)

[PATCH 0/7] ti-sysc driver fix for hdq1w and few improvments
 2020-02-21 19:52 UTC  (8+ messages)
` [PATCH 1/7] bus: ti-sysc: Fix 1-wire reset quirk
` [PATCH 2/7] bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirks
` [PATCH 3/7] ti-sysc: Improve reset to work with modules with no sysconfig
` [PATCH 4/7] bus: ti-sysc: Consider non-existing registers too when matching quirks
` [PATCH 5/7] bus: ti-sysc: Don't warn about legacy property for nested ti-sysc devices
` [PATCH 6/7] bus: ti-sysc: Implement SoC revision handling
` [PATCH 7/7] bus: ti-sysc: Handle module unlock quirk needed for some RTC

[PATCH] ARM: OMAP2+: Improve handling of ti-sysc related sysc_fields
 2020-02-21 18:58 UTC 

[PATCH] clk: ti: am43xx: Fix clock parent for RTC clock
 2020-02-21 18:49 UTC  (2+ messages)

[PATCH] ASoC: ti: Allocate dais dynamically for TDM and audio graph card
 2020-02-21 18:08 UTC  (18+ messages)

omap-secure.c:undefined reference to `__arm_smccc_smc'
 2020-02-21 17:54 UTC  (10+ messages)

[GIT PULL] Fix LCD backlight issue for droid4
 2020-02-21 16:55 UTC 

[PATCH] PCI: dwc: pci-dra7xx: Fix MSI IRQ handling
 2020-02-21 11:43 UTC  (2+ messages)

[PATCHv4 0/4] n_gsm serdev support and mfd driver for droid4 modem
 2020-02-20 19:59 UTC  (5+ messages)
` [PATCH 1/4] tty: n_gsm: Add support for serdev drivers
` [PATCH 2/4] mfd: motmdm: Add Motorola TS 27.010 serdev modem driver for droid4
` [PATCH 3/4] dt-bindings: mfd: motmdm: Add binding for motorola-mdm
` [PATCH 4/4] ARM: dts: omap4-droid4: Enable basic modem support

[PATCHv2 0/4] n_gsm serdev support and mfd driver for droid4 modem
 2020-02-20 19:20 UTC  (4+ messages)
` [PATCH 3/4] dt-bindings: mfd: motmdm: Add binding for motorola-mdm

[PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable
 2020-02-20 17:53 UTC  (3+ messages)

[PATCH] ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source
 2020-02-20 17:52 UTC  (2+ messages)

[PATCH] ARM: dts: am437x-idk-evm: Fix incorrect OPP node names
 2020-02-20 17:51 UTC  (2+ messages)

[PATCH] ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3
 2020-02-20 17:27 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 218/542] ARM: OMAP2+: Add workaround for DRA7 DSP MStandby errata i879
 2020-02-20 16:49 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 219/542] ARM: OMAP2+: use separate IOMMU pdata to fix DRA7 IPU1 boot

[PATCH] backlight: add led-backlight driver
 2020-02-20 15:09 UTC  (10+ messages)

[PATCHv6 00/14] remoteproc: updates for omap remoteproc support
 2020-02-19 19:07 UTC  (4+ messages)
` [PATCHv6 12/14] remoteproc/omap: add support for runtime auto-suspend/resume

[PATCH] ASoC: cpcap: Implement set_tdm_slot for voice call support
 2020-02-19 18:53 UTC  (14+ messages)

LED backlight on Droid 4 and others
 2020-02-19 16:19 UTC  (9+ messages)

OF: ERROR: Bad of_node_put() on /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/l4per-cm@1700/l4per-clkctrl@28
 2020-02-19 15:41 UTC 

[PATCH] mmc: sdhci-omap: Add Support for Suspend/Resume
 2020-02-19 15:32 UTC  (3+ messages)

[PATCH] mfd: omap: remove useless cast for driver.name
 2020-02-18 20:09 UTC 


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