Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
 messages from 2023-06-02 14:54:36 to 2023-06-12 14:15:05 UTC [more...]

[PATCH v2 00/38] fbdev: Make userspace interfaces optional
 2023-06-12 14:08 UTC  (34+ 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 30/38] fbdev/smscufx: Detect registered fb_info from refcount
` [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 37/38] fbdev/core: Rework fb init code
` [PATCH v2 38/38] fbdev: Make support for userspace interfaces configurable

[PATCH 1/3] net: ethernet: ti-cpsw: select CONFIG_GENERIC_ALLOCATOR
 2023-06-12 12:40 UTC  (3+ 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 00/15] PCI: Convert to platform remove callback returning void
 2023-06-11 13:24 UTC  (4+ messages)

[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  (20+ 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

[PATCH v5 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml
 2023-06-05  9:48 UTC  (3+ messages)

[PATCH] video: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()
 2023-06-05  9:35 UTC  (2+ messages)

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-06-05  7:54 UTC  (4+ messages)

[GIT PULL] Clean-up for omaps for v6.5
 2023-06-05  6:28 UTC 

Wyższa konwersja w e-sklepie
 2023-06-02  8:40 UTC 

[PATCH v2 1/1] serial: core: Fix error handling for serial_core_ctrl_device_add()
 2023-06-02 14:53 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