linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 23:50:48 to 2020-11-25 11:09:05 UTC [more...]

[PATCH v7 00/12] leds: pwm: Make automatic labels work
 2020-11-25 11:08 UTC  (3+ messages)
` [PATCH v7 02/12] dt-bindings: leds: Convert pwm to yaml

[REGRESSION] omapdrm/N900 display broken
 2020-11-25  9:07 UTC  (6+ messages)

[PATCH v4 00/80] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-25  8:52 UTC  (91+ messages)
` [PATCH v4 01/80] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCH v4 02/80] drm/omap: drop unused dsi.configure_pins
` [PATCH v4 03/80] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCH v4 04/80] drm/omap: constify write buffers
` [PATCH v4 05/80] drm/omap: dsi: add generic transfer function
` [PATCH v4 06/80] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCH v4 07/80] drm/omap: dsi: unexport specific data transfer functions
` [PATCH v4 08/80] drm/omap: dsi: drop virtual channel logic
` [PATCH v4 09/80] drm/omap: dsi: simplify write function
` [PATCH v4 10/80] drm/omap: dsi: simplify read functions
` [PATCH v4 11/80] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCH v4 12/80] drm/omap: dsi: introduce mipi_dsi_host
` [PATCH v4 13/80] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCH v4 14/80] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCH v4 15/80] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCH v4 16/80] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCH v4 17/80] drm/omap: dsi: drop unused memory_read()
` [PATCH v4 18/80] drm/omap: dsi: drop unused get_te()
` [PATCH v4 19/80] drm/omap: dsi: drop unused enable_te()
` [PATCH v4 20/80] drm/omap: dsi: drop useless sync()
` [PATCH v4 21/80] drm/omap: dsi: use pixel-format and mode from attach
` [PATCH v4 22/80] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCH v4 23/80] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCH v4 24/80] drm/omap: dsi: move TE GPIO handling into core
` [PATCH v4 25/80] drm/omap: dsi: drop custom enable_te() API
` [PATCH v4 26/80] drm/omap: dsi: do bus locking in host driver
` [PATCH v4 27/80] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCH v4 28/80] drm/omap: dsi: do ULPS in host driver
` [PATCH v4 29/80] drm/omap: dsi: move panel refresh function to host
` [PATCH v4 30/80] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCH v4 31/80] drm/omap: dsi: drop custom panel capability support
` [PATCH v4 32/80] drm/omap: dsi: convert to drm_panel
` [PATCH v4 33/80] drm/omap: drop omapdss-boot-init
` [PATCH v4 34/80] drm/omap: dsi: implement check timings
` [PATCH v4 35/80] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCH v4 36/80] drm/omap: panel-dsi-cm: support unbinding
` [PATCH v4 37/80] drm/omap: panel-dsi-cm: fix remove()
` [PATCH v4 38/80] drm/omap: remove global dss_device variable
` [PATCH v4 39/80] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCH v4 40/80] drm/omap: dsi: Register a drm_bridge
` [PATCH v4 41/80] drm/omap: remove legacy DSS device operations
` [PATCH v4 42/80] drm/omap: remove unused omap_connector
` [PATCH v4 43/80] drm/omap: simplify omap_display_id
` [PATCH v4 44/80] drm/omap: drop unused DSS next pointer
` [PATCH v4 45/80] drm/omap: drop DSS ops_flags
` [PATCH v4 46/80] drm/omap: drop dssdev display field
` [PATCH v4 47/80] drm/omap: simplify DSI manual update code
` [PATCH v4 48/80] drm/omap: dsi: simplify pin config
` [PATCH v4 49/80] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCH v4 50/80] drm/omap: squash omapdrm sub-modules into one
` [PATCH v4 51/80] drm/omap: remove unused display.c
` [PATCH v4 52/80] drm/omap: drop unused owner field
` [PATCH v4 53/80] drm/omap: remove dispc_ops
` [PATCH v4 54/80] drm/omap: remove dss_mgr_ops
` [PATCH v4 55/80] drm/panel: panel-dsi-cm: use MIPI_DCS_GET_ERROR_COUNT_ON_DSI
` [PATCH v4 56/80] drm/panel: panel-dsi-cm: cleanup tear enable
` [PATCH v4 57/80] ARM: dts: omap5: add address-cells & size-cells to dsi
` [PATCH v4 58/80] drm/omap: pll: fix iteration loop check
` [PATCH v4 59/80] drm/omap: dsi: set trans_mode according to client mode_flags
` [PATCH v4 60/80] drm/panel: panel-dsi-cm: set column & page at setup
` [PATCH v4 61/80] drm/omap: dsi: send nop instead of page & column
` [PATCH v4 62/80] drm/omap: dsi: simplify VC handling
` [PATCH v4 63/80] drm/omap: dsi: drop useless channel checks
` [PATCH v4 64/80] drm/omap: dsi: cleanup channel usages
` [PATCH v4 65/80] drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
` [PATCH v4 66/80] drm/omap: dsi: set LP/HS before update
` [PATCH v4 67/80] drm/omap: dsi: use separate VCs for cmd and video
` [PATCH v4 68/80] drm/panel: panel-dsi-cm: remove extra 'if'
` [PATCH v4 69/80] drm/panel: panel-dsi-cm: add panel database to driver
` [PATCH v4 70/80] drm/panel: panel-dsi-cm: drop unneeded includes
` [PATCH v4 71/80] drm/omap: dsi: move structs & defines to dsi.h
` [PATCH v4 72/80] drm/omap: dsi: move enable/disable to bridge enable/disable
` [PATCH v4 73/80] drm/omap: dsi: display_enable cleanup
` [PATCH v4 74/80] drm/omap: dsi: display_disable cleanup
` [PATCH v4 75/80] drm/omap: dsi: rename dsi_display_* functions
` [PATCH v4 76/80] drm/omap: dsi: cleanup initial vc setup
` [PATCH v4 77/80] drm/omap: dsi: split video mode enable/disable into separate func
` [PATCH v4 78/80] drm/omap: dsi: fix and cleanup ddr_clk_always_on
` [PATCH v4 79/80] drm/omap: dsi: remove ulps support
` [PATCH v4 80/80] drm/omap: dsi: fix DCS_CMD_ENABLE

Understanding OMAP5 DPLL_ABE and CM_CLKSEL_WKUPAON
 2020-11-23 20:10 UTC  (5+ messages)

[PATCH v2] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot
 2020-11-23 17:27 UTC  (3+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (17+ messages)

[PATCH v2 0/3] remoteproc sysfs fixes/improvements
 2020-11-22 17:48 UTC  (9+ messages)
` [PATCH v2 1/3] remoteproc: Fix unbalanced boot with sysfs for no auto-boot rprocs
` [PATCH v2 2/3] remoteproc: Introduce deny_sysfs_ops flag
` [PATCH v2 3/3] remoteproc: wkup_m3: Set "

Droid 4 in next-20201120: cpcap-usb-phy.0: could not initialize VBUS or ID IIO:
 2020-11-22 12:19 UTC 

[PATCH] mfd: omap-usb: depend on COMMON_CLK to fix compile tests
 2020-11-22 12:01 UTC 

[PATCH] remoteproc: Add a rproc_set_firmware() API
 2020-11-21  3:33 UTC  (2+ messages)

[PATCH 16/16] mfd: twl6030: mark of_device_id table as maybe unused
 2020-11-20 16:21 UTC 

[PATCH 0/3] PCI: J721E: Fix Broken DT w.r.t SYSCON DT
 2020-11-20  5:09 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take argument
  ` [PATCH 1/3] dt-bindings: pci: ti, j721e: Fix "ti, syscon-pcie-ctrl" "
` [PATCH 3/3] arm64: dts: ti: k3-j721e-main: Remove "syscon" nodes added for pcieX_ctrl

[PATCH 0/2] ARM: dts: am335x-evm/evmsk/icev2: switch to new cpsw switch drv
 2020-11-19 15:44 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: am33xx-l4: add dt node for new cpsw switchdev driver
` [PATCH 2/2] ARM: dts: am335x-evm/evmsk/icev2: switch to new cpsw switch drv

[PATCH v2 0/6] Add a PRU remoteproc driver
 2020-11-19 14:08 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: remoteproc: Add binding doc for PRU cores in the PRU-ICSS
` [PATCH v2 2/6] remoteproc/pru: Add a PRU remoteproc driver
` [PATCH v2 3/6] remoteproc/pru: Add support for PRU specific interrupt configuration
` [PATCH v2 4/6] remoteproc/pru: Add pru-specific debugfs support
` [PATCH v2 5/6] remoteproc/pru: Add support for various PRU cores on K3 AM65x SoCs
` [PATCH v2 6/6] remoteproc/pru: Add support for various PRU cores on K3 J721E SoCs

[PATCH 0/7] Configure genpd domains for omap4
 2020-11-19 13:21 UTC  (9+ messages)
` [PATCH 1/7] clk: ti: omap4: Drop idlest polling from IVA clkctrl clocks
` [PATCH 2/7] soc: ti: omap-prm: omap4: add genpd support for remaining PRM instances
` [PATCH 3/7] ARM: dts: omap4: add "
` [PATCH 4/7] ARM: dts: Configure power domain for omap4 dss
` [PATCH 5/7] ARM: dts: Configure power domain for omap4 dsp
` [PATCH 6/7] ARM: OMAP2+: Drop legacy platform data for omap4 iva
` [PATCH 7/7] ARM: OMAP2+: Drop legacy platform data for omap4 gpmc

[PATCH 0/8] Configure genpd domains for dra7 and omap5
 2020-11-19 13:20 UTC  (10+ messages)
` [PATCH 1/8] clk: ti: dra7: Drop idlest polling from IVA clkctrl clocks
` [PATCH 2/8] soc: ti: omap-prm: dra7: add genpd support for remaining PRM instances
` [PATCH 3/8] ARM: dts: dra7: add "
` [PATCH 4/8] ARM: dts: Configure interconnect target module for dra7 iva
` [PATCH 5/8] ARM: OMAP2+: Drop legacy platform data for dra7 gpmc
` [PATCH 6/8] soc: ti: omap-prm: omap5: add genpd support for remaining PRM instances
` [PATCH 7/8] ARM: dts: omap5: add "
` [PATCH 8/8] ARM: dts: Configure power domain for omap5 dss

[PATCH 0/6] Add a PRU remoteproc driver
 2020-11-19 13:10 UTC  (15+ messages)
` [PATCH 1/6] dt-bindings: remoteproc: Add binding doc for PRU cores in the PRU-ICSS
` [PATCH 2/6] remoteproc/pru: Add a PRU remoteproc driver
` [PATCH 3/6] remoteproc/pru: Add support for PRU specific interrupt configuration
` [PATCH 5/6] remoteproc/pru: Add support for various PRU cores on K3 AM65x SoCs

[PATCH v2 00/16] PCI: dwc: Another round of clean-ups
 2020-11-19 11:01 UTC  (2+ messages)

[PATCH 1/2] arm: Fix memleak in omap2xxx_clkt_vps_init
 2020-11-19  9:54 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: Remove redundant assignment to variable ret
 2020-11-19  9:53 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare
 2020-11-19  9:53 UTC  (2+ messages)

[PATCH] ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code
 2020-11-19  9:53 UTC  (2+ messages)

[PATCH] ARM: dts: dra76x: m_can: fix order of clocks
 2020-11-19  9:38 UTC  (2+ messages)

[PATCH] gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()
 2020-11-19  9:19 UTC  (2+ messages)

[PATCH] bus: ti-sysc: suppress err msg for timers used as clockevent/source
 2020-11-19  9:18 UTC  (2+ messages)

[PATCH] regulator: ti-abb: Fix array out of bound read access on the first transition
 2020-11-18 20:59 UTC  (4+ messages)

[arm] BUG: KASAN: slab-out-of-bounds in memcmp+0x30/0x5c
 2020-11-18 15:02 UTC  (4+ messages)

[PATCH] drivers: gpio: use of_match_ptr() and ACPI_PTR() macros
 2020-11-18 10:15 UTC  (10+ messages)

[PATCH AUTOSEL 5.9 01/21] Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""
 2020-11-17 12:56 UTC 

[PATCH v3 00/56] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-17 10:04 UTC  (8+ messages)
` [PATCH v3 30/56] drm/omap: dsi: move panel refresh function to host

[PATCH net] net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
 2020-11-16 23:50 UTC  (2+ 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).