messages from 2018-08-25 19:51:00 to 2018-10-08 05:56:50 UTC [more...]
[PATCH] mach64: detect the dot clock divider correctly on sparc
2018-10-08 5:56 UTC (4+ messages)
[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
2018-10-06 7:05 UTC (15+ messages)
I have a very important message for you
2018-10-05 18:31 UTC
[PATCH v4 02/11] gpu: ipu-csi: Swap fields according to input/output field types
2018-10-05 9:48 UTC (4+ messages)
` [PATCH v4 03/11] gpu: ipu-v3: Add planar support to interlaced scan
[PATCH] video: fbdev: arcfb: mark expected switch fall-through
2018-10-03 11:50 UTC
[GIT PULL] fbdev fixes for v4.19-rc7
2018-10-02 13:22 UTC (2+ messages)
[PATCH] staging: sm750fb: Remove extra space character
2018-09-29 17:38 UTC
[PATCH] backlight: pm8941: Convert to using %pOFn instead of device_node.name
2018-09-28 22:11 UTC (3+ messages)
` [PATCH] fbdev: "
INVESTMENT!
2018-09-28 14:58 UTC
[PATCH v3] backlight: pwm_bl: switch to using "atomic" PWM API
2018-09-28 13:21 UTC (3+ messages)
[PATCH -next] pxa168fb: remove set but not used variables 'mi'
2018-09-28 2:16 UTC
[RESEND v2 1/2] backlight: Remove s6e63m0 driver
2018-09-27 16:55 UTC (2+ messages)
` [RESEND v2 2/2] backlight: Remove ld9040 driver
[RESEND PATCH v2 1/3] video: ssd1307fb: Use gpiod_set_value_cansleep() for reset
2018-09-27 9:24 UTC (3+ messages)
` [RESEND PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence
` [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity
[PATCH] video/fbdev/stifb: Fix spelling mistake in fall-through annotation
2018-09-26 16:52 UTC (2+ messages)
uvesafb: Fix URLs in the documentation
2018-09-26 16:07 UTC (2+ messages)
[PATCH] efifb: BGRT: Add nobgrt option
2018-09-26 15:56 UTC (3+ messages)
[PATCH] fbdev/omapfb: fix omapfb_memory_read infoleak
2018-09-26 15:45 UTC (3+ messages)
[PATCH] pxa168fb: prepare the clock
2018-09-26 15:27 UTC (2+ messages)
[PATCH RESEND] backlight: gpio-backlight: Correct initial power state handling
2018-09-26 10:25 UTC (3+ messages)
[PATCH] backlight: lm3639: Unconditionally call led_classdev_unregister
2018-09-26 8:59 UTC (5+ messages)
[PATCH] fbdev: fix broken menu dependencies
2018-09-22 22:43 UTC
[PATCH] staging: sm750fb: Fix typo frambuffer->framebuffer
2018-09-20 22:53 UTC
[PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
2018-09-20 20:58 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table
` [PATCH v3 2/3] mtd: rawnand: ams-delta: "
` [PATCH v3 3/3] ARM: OMAP1: ams-delta: make board header file local to mach-omap1
[PATCH] video: fbdev: sis: Remove unnecessary parentheses and commented code
2018-09-20 20:22 UTC
[PATCH] backlight: pwm_bl: Fix brightness levels for non-DT case
2018-09-20 16:23 UTC (3+ messages)
` "
[PATCH v2 1/3] video: ssd1307fb: Use gpiod_set_value_cansleep() for reset
2018-09-20 7:47 UTC (4+ messages)
` [PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence
` [PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity
[PATCH 1/2] video: ssd1307fb: Use gpiod_set_value_cansleep() for reset
2018-09-19 12:57 UTC (5+ messages)
` [PATCH 2/2] video: ssd1307fb: Do not hard code active-low reset sequence
[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
2018-09-17 7:59 UTC (28+ messages)
` [PATCH v2 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v2 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v2 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v2 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v2 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v2 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v2 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v2 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v2 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v2 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v2 14/24] powerpc/mm: drop unused page flags
` [PATCH v2 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v2 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v2 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [PATCH v2 18/24] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [PATCH v2 19/24] powerpc/nohash/64: do not include pte-common.h
` [PATCH v2 20/24] powerpc/mm: Allow platforms to redefine some helpers
` [PATCH v2 21/24] powerpc/mm: Define platform default caches related flags
` [PATCH v2 22/24] powerpc/mm: Get rid of pte-common.h
` [PATCH v2 23/24] powerpc/8xx: change name of a few page flags to avoid confusion
` [PATCH v2 24/24] powerpc/book3s64: Avoid multiple endian conversion in pte helpers
[REGRESSION] boot-screen override by "34db50e55656 efifb: Copy the ACPI BGRT"
2018-09-12 9:13 UTC (5+ messages)
Inquiry
2018-09-11 21:07 UTC
My Greeting
2018-09-11 19:03 UTC
[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
2018-09-11 12:12 UTC (8+ messages)
` [PATCH 3/4] fbdev: Add FBINFO_HIDE_SMEM_START flag
` [Intel-gfx] [PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
[PATCH 00/21] DT cpu node iterator
2018-09-11 3:34 UTC (4+ messages)
` [PATCH 21/21] fbdev: fsl-diu: get cpu node with of_get_cpu_node
[PATCH 3/7] drivers: video: backlight: Update MODULE AUTHOR email address
2018-09-10 14:05 UTC (2+ messages)
[PATCH] fbdev: fix kerneldoc
2018-09-07 20:07 UTC (3+ messages)
` [PATCH v2] "
[PATCH] staging/fbtft: Update TODO and mailing lists
2018-09-05 15:40 UTC
[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
2018-09-05 11:42 UTC
[PATCH v2 00/12] remove_conflicting_framebuffers() cleanup
2018-09-05 11:02 UTC (38+ messages)
` [PATCH v2 01/12] fbdev: show fbdev number for debugging
` [PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
` [PATCH v2 03/12] fbdev: add remove_conflicting_pci_framebuffers()
` [PATCH v2 04/12] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
` [PATCH v2 06/12] drm/cirrus: "
` [PATCH v2 05/12] drm/bochs: "
` [PATCH v2 07/12] drm/mgag200: "
` [PATCH v2 08/12] drm/radeon: "
` [PATCH v2 09/12] drm/virtio: "
` [PATCH v2 10/12] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)
` [PATCH v2 11/12] drm/sun4i: "
` [PATCH v2 12/12] drm/tegra: kick out simplefb
` [PATCH v3 00/13] remove_conflicting_framebuffers() cleanup
` [PATCH v3 01/13] fbdev: show fbdev number for debugging
` [PATCH v3 02/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
` [PATCH v3 03/13] fbdev: add kerneldoc do remove_conflicting_framebuffers()
` [PATCH v3 04/13] fbdev: add remove_conflicting_pci_framebuffers()
` [PATCH v3 05/13] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
` [PATCH v3 06/13] drm/bochs: "
` [PATCH v3 07/13] drm/cirrus: "
` [PATCH v3 09/13] drm/radeon: "
` [PATCH v3 08/13] drm/mgag200: "
` [PATCH v3 10/13] drm/virtio: "
` [PATCH v3 11/13] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)
` [PATCH v3 13/13] drm/tegra: kick out simplefb
` [PATCH v3 12/13] drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)
[PATCH v2 1/2] backlight: Remove s6e63m0 driver
2018-09-02 15:33 UTC (2+ messages)
` [PATCH v2 2/2] backlight: Remove ld9040 driver
[PATCH] Documentation/fb/vesafb.txt: "inverse" option corrections
2018-08-31 22:32 UTC (2+ messages)
[PATCH V6 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
2018-08-31 10:09 UTC (2+ messages)
[PATCH 2/2] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
2018-08-31 8:09 UTC
[PATCH 1/2] fbdev: sbuslib: use checked version of put_user()
2018-08-31 8:09 UTC
[PATCH V5 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
2018-08-31 2:09 UTC (3+ messages)
Answer me
2018-08-30 5:26 UTC
[PATCH V4 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
2018-08-29 13:15 UTC (3+ messages)
[PATCH V5 1/8] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
2018-08-29 7:25 UTC (11+ messages)
` [PATCH V5 4/8] backlight: qcom-wled: Rename PM8941* to WLED3
` [PATCH V5 5/8] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V5 8/8] backlight: qcom-wled: Add auto string detection logic
[PATCH 2/3] mach64: fix image corruption due to reading accelerator registers
2018-08-28 15:34 UTC (3+ messages)
[PATCH] ddk750_mode.c: Wraps line to 80 charecters
2018-08-27 17:49 UTC (3+ messages)
[PATCH v2 1/3] powerpc/32: Add ioremap_wt()
2018-08-27 16:42 UTC (4+ messages)
` [PATCH v2 2/3] drivers/video/fbdev: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 3/3] drivers/block/z2ram: "
[PATCH v2] drivers/video/fbdev: use ioremap_wc() instead of __ioremap(_PAGE_NO_CACHE)
2018-08-27 16:05 UTC
[PATCH 3/3] mach64: optimize wait_for_fifo
2018-08-27 12:55 UTC (2+ messages)
[PATCH 1/3] mach64: fix display corruption on big endian machines
2018-08-27 12:54 UTC (2+ messages)
[PATCH] mach64: fix console corruption in 24bpp mode
2018-08-25 19:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).