linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-31 18:40:53 to 2020-11-10 11:21:14 UTC [more...]

[PATCHv2 0/9] Genpd related code changes to drop am335x pdata
 2020-11-10 11:20 UTC  (5+ messages)
` [PATCH 1/9] ARM: OMAP2+: Check for inited flag
` [PATCH 2/9] ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus
` [PATCH 3/9] clk: ti: am33xx: Keep am3 l3 main clock always on for genpd
` [PATCH 5/9] bus: ti-sysc: Implement GPMC debug quirk to drop platform data

(no subject)
 2020-11-10 11:14 UTC 

[PATCH] bus: ti-sysc: Assert reset only after disabling clocks
 2020-11-10 11:06 UTC 

[PATCH] soc: ti: omap-prm: Do not check rstst bit on deassert if already deasserted
 2020-11-10 11:04 UTC 

[PATCHv2] bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw
 2020-11-10  9:21 UTC 

[PATCH] dmaengine: ti: omap-dma: Block PM if SDMA is busy to fix audio
 2020-11-10  8:00 UTC  (3+ messages)

[balbi-usb:testing/next] BUILD SUCCESS e5bf91cd194629853ac2aaab3dd2ebac41d6a899
 2020-11-09 17:43 UTC 

[PATCH v3 00/56] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-09 14:25 UTC  (141+ messages)
` [PATCH v3 01/56] drm/dsi: add MIPI_DSI_MODE_ULPS_IDLE
` [PATCH v3 02/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCH v3 03/56] drm/omap: drop unused dsi.configure_pins
` [PATCH v3 04/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCH v3 05/56] drm/omap: constify write buffers
` [PATCH v3 06/56] drm/omap: dsi: add generic transfer function
` [PATCH v3 07/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCH v3 08/56] drm/omap: dsi: unexport specific data transfer functions
` [PATCH v3 09/56] drm/omap: dsi: drop virtual channel logic
` [PATCH v3 10/56] drm/omap: dsi: simplify write function
` [PATCH v3 11/56] drm/omap: dsi: simplify read functions
` [PATCH v3 12/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCH v3 13/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCH v3 14/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCH v3 15/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCH v3 16/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCH v3 17/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCH v3 18/56] drm/omap: dsi: drop unused memory_read()
` [PATCH v3 19/56] drm/omap: dsi: drop unused get_te()
` [PATCH v3 20/56] drm/omap: dsi: drop unused enable_te()
` [PATCH v3 21/56] drm/omap: dsi: drop useless sync()
` [PATCH v3 22/56] drm/omap: dsi: use pixel-format and mode from attach
` [PATCH v3 23/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCH v3 24/56] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCH v3 25/56] drm/omap: dsi: move TE GPIO handling into core
` [PATCH v3 26/56] drm/omap: dsi: drop custom enable_te() API
` [PATCH v3 27/56] drm/omap: dsi: do bus locking in host driver
` [PATCH v3 28/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCH v3 29/56] drm/omap: dsi: do ULPS in host driver
` [PATCH v3 30/56] drm/omap: dsi: move panel refresh function to host
` [PATCH v3 31/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCH v3 32/56] drm/omap: dsi: drop custom panel capability support
` [PATCH v3 33/56] drm/omap: dsi: convert to drm_panel
` [PATCH v3 34/56] drm/omap: drop omapdss-boot-init
` [PATCH v3 35/56] drm/omap: dsi: implement check timings
` [PATCH v3 36/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCH v3 37/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCH v3 38/56] drm/omap: panel-dsi-cm: fix remove()
` [PATCH v3 39/56] drm/omap: remove global dss_device variable
` [PATCH v3 40/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCH v3 41/56] drm/omap: dsi: Register a drm_bridge
` [PATCH v3 42/56] drm/omap: remove legacy DSS device operations
` [PATCH v3 43/56] drm/omap: remove unused omap_connector
` [PATCH v3 44/56] drm/omap: simplify omap_display_id
` [PATCH v3 45/56] drm/omap: drop unused DSS next pointer
` [PATCH v3 46/56] drm/omap: drop empty omap_encoder helper functions
` [PATCH v3 47/56] drm/omap: drop DSS ops_flags
` [PATCH v3 48/56] drm/omap: drop dssdev display field
` [PATCH v3 49/56] drm/omap: simplify DSI manual update code
` [PATCH v3 50/56] drm/omap: dsi: simplify pin config
` [PATCH v3 51/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCH v3 52/56] drm/omap: squash omapdrm sub-modules into one
` [PATCH v3 53/56] drm/omap: remove unused display.c
` [PATCH v3 54/56] drm/omap: drop unused owner field
` [PATCH v3 55/56] drm/omap: remove dispc_ops
` [PATCH v3 56/56] drm/omap: remove dss_mgr_ops

[PATCH usb-next] usb: dwc3: Use devm_of_platform_populate
 2020-11-09 11:12 UTC  (3+ messages)

[PATCH v4] ARM: dts: motorola-mapphone-common: Add dts configureation for the android buttons beneath the screen
 2020-11-08 21:29 UTC 

[PATCH v3] ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m to support motorola xt894's magnetometer and motorola xt875's accelerometer respectivly
 2020-11-08 18:53 UTC 

[PATCH v4] ARM: dts: mapphone: remove xt894 specific things from motorola-mapphone-common.dtsi and add them to omap4-droid4-xt894.dts and omap4-droid-bionic-xt875.dts as applicable
 2020-11-08 18:49 UTC 

[PATCH v2] ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m to support motorola xt894's magnetometer and motorola xt875's accelerometer respectivly
 2020-11-08 18:45 UTC 

[PATCH v3] ARM: dts: xt875: add section for kionix kxtf9
 2020-11-08 18:43 UTC 

[PATCH v3] ARM: dts: mapphone: remove xt894 specific things from motorola-mapphone-common.dtsi and add them to omap4-droid4-xt894.dts and omap4-droid-bionic-xt875.dts as applicable
 2020-11-08 18:42 UTC 

[REGRESSION] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-11-06  9:27 UTC  (5+ messages)
  ` [Letux-kernel] "

[PATCH v2 00/16] PCI: dwc: Another round of clean-ups
 2020-11-06  9:17 UTC  (7+ messages)
  ` [PATCH v2 03/16] PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
  ` [PATCH v2 06/16] PCI: dwc/dra7xx: Use the common MSI irq_chip
  ` [PATCH v2 10/16] PCI: dwc: Move link handling into common code
  ` [PATCH v2 11/16] PCI: dwc: Move dw_pcie_msi_init() into core
  ` [PATCH v2 12/16] PCI: dwc: Move dw_pcie_setup_rc() to DWC common code

[PATCH v3] mfd: tps65910: Correct power-off programming sequence
 2020-11-05 13:58 UTC  (3+ messages)

[PATCH 0/5] tps65910: cleanup regmap use
 2020-11-05  8:13 UTC  (12+ messages)
` [PATCH 1/5] gpio: tps65910: use regmap accessors
` [PATCH 3/5] mfd: tps65911-comparator: "
` [PATCH 4/5] mfd: tps65910: clean up after switching to regmap

[PATCH 0/8] drivers/mfd: Constify static struct resource
 2020-11-04 10:57 UTC  (3+ messages)
` [PATCH 3/8] mfd: Constify static struct resource in OMAP2+ drivers

[PATCH] ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare
 2020-11-04  6:45 UTC 

[PATCH v2] Drivers: input: misc: Add driver touchscreen-buttons to support physically labeled buttons on touch screen surfaces
 2020-11-03 12:34 UTC  (3+ messages)

[PATCH v3] ARM: dts: motorola-mapphone-common: Add dts configureation for the android buttons beneath the screen
 2020-11-03  9:20 UTC  (2+ messages)

[PATCH] thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430
 2020-11-03  6:50 UTC  (4+ messages)

[PATCH net-next v3 00/10] net: ethernet: ti: am65-cpsw: add multi port support in mac-only mode
 2020-11-03  0:44 UTC  (2+ messages)

[PATCH net-next] selftests/net: timestamping: add ptp v2 support
 2020-11-02 22:23 UTC  (4+ messages)

[PATCH] net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisement
 2020-11-02 22:20 UTC  (4+ messages)

[PATCH] ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m to support motorola xt894's magnetometer and motorola xt875's accelerometer respectivly
 2020-11-02 11:45 UTC 

[PATCH v2] ARM: dts: xt875: Add section and support for kionix kxtf9 on XT875
 2020-11-02 11:24 UTC 

[PATCH v7 00/12] leds: pwm: Make automatic labels work
 2020-11-02 10:47 UTC  (5+ messages)
` [Linux-stm32] [PATCH v7 10/12] ARM: dts: stm32: Fix schema warnings for pwm-leds


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