public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-05 14:48:25 to 2023-06-13 10:38:26 UTC [more...]

[PATCH v2 00/38] fbdev: Make userspace interfaces optional
 2023-06-13 10:38 UTC  (49+ messages)
` [PATCH v2 01/38] backlight/bd6107: Compare against struct fb_info.device
` [PATCH v2 02/38] backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'
` [PATCH v2 03/38] backlight/gpio_backlight: Compare against struct fb_info.device
` [PATCH v2 04/38] backlight/gpio_backlight: Rename field 'fbdev' to 'dev'
` [PATCH v2 05/38] backlight/lv5207lp: Compare against struct fb_info.device
` [PATCH v2 06/38] backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
` [PATCH v2 07/38] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 08/38] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH v2 09/38] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 10/38] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH v2 11/38] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH v2 12/38] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH v2 13/38] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH v2 14/38] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH v2 15/38] fbdev/fsl-diu-fb: Output messages with fb_*() helpers
` [PATCH v2 16/38] fbdev/mb862xxfb: Output messages with fb_dbg()
` [PATCH v2 17/38] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH v2 18/38] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 19/38] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH v2 20/38] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH v2 21/38] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH v2 22/38] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH v2 23/38] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH v2 24/38] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH v2 25/38] fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
` [PATCH v2 26/38] fbdev/sh7760fb: Output messages with fb_dbg()
` [PATCH v2 27/38] fbdev/sh7760fb: Alloc DMA memory from hardware device
` [PATCH v2 28/38] fbdev/sh7760fb: Use hardware device with dev_() output during probe
` [PATCH v2 29/38] fbdev/sm501fb: Output message with fb_err()
` [PATCH v2 30/38] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH v2 31/38] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH v2 32/38] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH v2 33/38] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH v2 34/38] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH v2 35/38] fbdev/core: Move procfs code to separate file
` [PATCH v2 36/38] fbdev/core: Move file-I/O code into "
` [PATCH v2 37/38] fbdev/core: Rework fb init code
` [PATCH v2 38/38] fbdev: Make support for userspace interfaces configurable

[RESEND 1/9] thermal/hwmon: Add error information printing for devm_thermal_add_hwmon_sysfs()
 2023-06-13 10:20 UTC  (11+ messages)
` [RESEND 2/9] thermal/drivers/sun8i: remove redundant msg in sun8i_ths_register()
` [RESEND 3/9] thermal/drivers/amlogic: remove redundant msg in amlogic_thermal_probe()
` [RESEND 4/9] thermal/drivers/imx: remove redundant msg in imx8mm_tmu_probe() and imx_sc_thermal_probe()
` [RESEND 5/9] drivers/thermal/k3: remove redundant msg in k3_bandgap_probe()
` [RESEND 6/9] thermal/drivers/tegra: remove redundant msg in tegra_tsensor_register_channel()
` [RESEND 7/9] thermal/drivers/qoriq: remove redundant msg in qoriq_tmu_register_tmu_zone()
` [RESEND 8/9] thermal/drivers/ti-soc: remove redundant msg in ti_thermal_expose_sensor()
` [RESEND 9/9] thermal/drivers/qcom: remove redundant msg

[PATCH 00/15] PCI: Convert to platform remove callback returning void
 2023-06-12 18:17 UTC  (6+ messages)

[PATCH 1/3] net: ethernet: ti-cpsw: select CONFIG_GENERIC_ALLOCATOR
 2023-06-12 14:37 UTC  (5+ messages)
` [PATCH 2/3] net: ethernet: ti-cpsw:: rename soft_reset() function
` [PATCH 3/3] net: ethernet: ti-cpsw: fix linking built-in code to modules

[PATCH 1/3] dt-bindings: extcon-usb-gpio: convert to DT schema format
 2023-06-12 10:58 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties
` [PATCH 3/3] arm64: "

[PATCH 00/30] fbdev: Make userspace interfaces optional
 2023-06-12 10:46 UTC  (97+ messages)
` [PATCH 01/30] backlight/bd6107: Compare against struct fb_info.device
` [PATCH 02/30] backlight/gpio_backlight: "
` [PATCH 03/30] backlight/lv5207lp: "
` [PATCH 04/30] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
` [PATCH 05/30] fbdev/atyfb: Use hardware device as backlight parent
` [PATCH 06/30] fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
` [PATCH 07/30] fbdev/aty128fb: Use hardware device as backlight parent
` [PATCH 08/30] fbdev/broadsheetfb: Call device_remove_file() with hardware device
` [PATCH 09/30] fbdev/ep93xx-fb: Alloc DMA memory from "
` [PATCH 10/30] fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
` [PATCH 11/30] fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
` [PATCH 12/30] fbdev/mb862xxfb: Output messages with fb_dbg() and fb_err()
` [PATCH 13/30] fbdev/metronomefb: Use hardware device for dev_err()
` [PATCH 14/30] fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
` [PATCH 15/30] fbdev/nvidiafb: Use hardware device as backlight parent
` [PATCH 16/30] fbdev/pxa168fb: Do not assign to struct fb_info.dev
` [PATCH 17/30] fbdev/radeonfb: Reorder backlight and framebuffer cleanup
` [PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent
` [PATCH 19/30] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
` [PATCH 20/30] fbdev/rivafb: Use hardware device as backlight parent
` [PATCH 21/30] fbdev/sm501fb: Output message with fb_err()
` [PATCH 22/30] fbdev/smscufx: Detect registered fb_info from refcount
` [PATCH 23/30] fbdev/tdfxfb: Set i2c adapter parent to hardware device
` [PATCH 24/30] fbdev/core: Pass Linux device to pm_vt_switch_*() functions
` [PATCH 25/30] fbdev/core: Move framebuffer and backlight helpers into separate files
` [PATCH 26/30] fbdev/core: Add fb_device_{create,destroy}()
` [PATCH 27/30] fbdev/core: Move procfs code to separate file
` [PATCH 28/30] fbdev/core: Move file-I/O code into "
` [PATCH 29/30] fbdev/core: Rework fb init code
` [PATCH 30/30] fbdev: Make support for userspace interfaces configurable

[PATCH] mfd: twl6040: Use maple tree register cache
 2023-06-10 14:05 UTC 

čestitam
 2023-06-08 17:18 UTC 

[PATCH] ARM: omap2: Use of_range_to_resource() for "ranges" parsing
 2023-06-09 18:32 UTC 

[RFC PATCH 0/1] Categorize ARM dts directory
 2023-06-08 20:33 UTC  (9+ messages)

[PATCH v2 05/12] mmc: omap: fix deferred probing
 2023-06-08 19:45 UTC  (2+ messages)
` [PATCH v2 06/12] mmc: omap_hsmmc: "

[RESEND PATCH v3] mfd: tps65219: Add support for soft shutdown via sys-off API
 2023-06-08 15:57 UTC  (2+ messages)

[PATCH v5 0/2] Add support for TI TPS65219 PMIC GPIO interface
 2023-06-08 12:34 UTC  (5+ messages)
` [PATCH v5 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC
` [PATCH v5 2/2] mfd: tps65219: Add gpio cell instance

[PATCH v6 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml
 2023-06-08  8:55 UTC  (5+ messages)

[PATCH][next] ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch()
 2023-06-08  8:09 UTC  (2+ messages)

[PATCH v12 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-06-07 20:20 UTC  (15+ messages)

[PATCH] remoteproc: pru: add support for configuring GPMUX based on client setup
 2023-06-07 14:35 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH] Input: ads7846 - Fix usage of match data
 2023-06-06 21:34 UTC 

[PATCH] Input: ads7846 - Fix usage of match data
 2023-06-06 19:15 UTC  (2+ messages)

[PATCH v4 0/4] Fix up Nokia 770 regression
 2023-06-06 19:15 UTC  (5+ messages)
` [PATCH v4 1/4] Input: ads7846 - Convert to use software nodes

[PATCH v4 0/2] Add support for TI TPS65219 PMIC GPIO interface
 2023-06-06 14:36 UTC  (5+ messages)
` [PATCH v4 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox