Wambui Karuga ([email protected])

Number of posts: 221 (1.01 per day)
First post: 2019-10-08 04:14:38
Last post: 2020-05-13 20:40:54

Date List Subject
2020-05-13 20:40:54 linux-kernel [RFC PATCH 1/3] drm/debugfs: create debugfs files during drm_dev_register().
2020-05-13 18:15:41 linux-kernel Re: [RFC PATCH 1/3] drm/debugfs: create debugfs files during drm_dev_register().
2020-05-13 11:45:04 linux-kernel [RFC PATCH 3/3] drm: use new debugfs functions for various files.
2020-05-13 11:44:41 linux-kernel [RFC PATCH 2/3] drm/vc4: use new debugfs functions for file creation.
2020-05-13 11:44:23 linux-kernel [RFC PATCH 0/3] drm: introduce new method of creating debugfs files.
2020-03-23 11:31:56 linux-kernel [PATCH] drm/vram-helper: remove unneeded #if defined/endif guards.
2020-03-19 12:28:38 linux-kernel Re: [PATCH v2 10/17] drm/vram-helper: make drm_vram_mm_debugfs_init() return 0
2020-03-18 16:04:15 linux-kernel Re: [PATCH v2 10/17] drm/vram-helper: make drm_vram_mm_debugfs_init() return 0
2020-03-11 14:55:47 linux-kernel Re: [PATCH 10/21] drm/tegra: remove checks for debugfs functions return value
2020-03-10 13:34:28 linux-kernel [PATCH v2 02/17] drm/tilcdc: remove check for return value of debugfs functions.
2020-03-10 13:34:28 linux-kernel [PATCH v2 11/17] drm/nouveau: make nouveau_drm_debugfs_init() return 0
2020-03-10 13:33:43 linux-kernel [PATCH v2 15/17] drm: make various debugfs_init() functions return 0
2020-03-10 13:33:39 linux-kernel [PATCH v2 01/17] drm/tegra: remove checks for debugfs functions return value
2020-03-10 13:33:30 linux-kernel [PATCH v2 13/17] drm/omap: remove checks for return value of drm_debugfs functions
2020-03-10 13:33:27 linux-kernel [PATCH v2 05/17] drm/arc: make arcgpu_debugfs_init() return 0.
2020-03-10 13:33:23 linux-kernel [PATCH v2 04/17] drm/vc4: remove check of return value of drm_debugfs functions
2020-03-10 13:33:21 linux-kernel [PATCH v2 09/17] drm/sti: remove use of drm_debugfs functions as return values
2020-03-10 13:33:18 linux-kernel [PATCH v2 14/17] drm/i915: have *_debugfs_init() functions return void.
2020-03-10 13:33:17 linux-kernel [PATCH v2 12/17] drm/pl111: make pl111_debugfs_init return 0
2020-03-10 13:33:14 linux-kernel [PATCH v2 17/17] drm: convert .debugfs_init() hook to return void.
2020-03-10 13:33:09 linux-kernel [PATCH v2 16/17] drm/debugfs: remove checks for return value of drm_debugfs functions.
2020-03-10 13:32:55 linux-kernel [PATCH v2 10/17] drm/vram-helper: make drm_vram_mm_debugfs_init() return 0
2020-03-10 13:32:47 linux-kernel [PATCH v2 08/17] drm/msm: remove checks for return value of drm_debugfs_create_files()
2020-03-10 13:32:41 linux-kernel [PATCH v2 07/17] drm/etnaviv: remove check for return value of drm_debugfs_create_files()
2020-03-10 13:32:38 linux-kernel [PATCH v2 06/17] drm/arm: make hdlcd_debugfs_init() return 0
2020-03-10 13:32:31 linux-kernel [PATCH v2 03/17] drm/v3d: make v3d_debugfs_init() return 0
2020-03-10 13:32:26 linux-kernel [PATCH v2 00/17] drm: subsytem-wide debugfs functions refactor
2020-02-27 12:30:35 linux-kernel Re: [PATCH 02/21] drm: convert the drm_driver.debugfs_init() hook to return void.
2020-02-27 12:25:36 linux-kernel Re: [PATCH 17/21] drm/tilcdc: remove check for return value of debugfs functions.
2020-02-27 12:05:46 linux-kernel [PATCH 04/21] drm/vram-helper: make drm_vram_mm_debugfs_init() return void
2020-02-27 12:05:46 linux-kernel [PATCH 15/21] drm/sti: remove use drm_debugfs functions as return value
2020-02-27 12:05:34 linux-kernel [PATCH 10/21] drm/tegra: remove checks for debugfs functions return value
2020-02-27 12:05:23 linux-kernel [PATCH 17/21] drm/tilcdc: remove check for return value of debugfs functions.
2020-02-27 12:05:06 linux-kernel [PATCH 21/21] drm/arm: have malidp_debufs_init() return void
2020-02-27 12:04:54 linux-kernel [PATCH 20/21] drm/qxl: have debugfs functions return void.
2020-02-27 12:04:53 linux-kernel [PATCH 19/21] drm/mipi_dbi: make midi_dbi_debugfs_init() return void.
2020-02-27 12:04:49 linux-kernel [PATCH 18/21] drm/virtio: make virtio_gpu_debugfs() return void.
2020-02-27 12:04:40 linux-kernel [PATCH 16/21] drm/i915: make *_debugfs_register() functions return void.
2020-02-27 12:04:27 linux-kernel [PATCH 14/21] drm/pl111: make pl111_debugfs_init return void
2020-02-27 12:04:25 linux-kernel [PATCH 13/21] drm/omapdrm: remove checks for return value of drm_debugfs functions.
2020-02-27 12:04:21 linux-kernel [PATCH 12/21] drm/msm: remove checks for return value of drm_debugfs functions.
2020-02-27 12:04:20 linux-kernel [PATCH 11/21] drm/v3d: make v3d_debugfs_init return void
2020-02-27 12:04:09 linux-kernel [PATCH 09/21] drm/nouveau: remove checks for return value of debugfs functions
2020-02-27 12:04:04 linux-kernel [PATCH 08/21] drm/etnaviv: remove check for return value of drm_debugfs function
2020-02-27 12:03:59 linux-kernel [PATCH 07/21] drm/arm: make hdlcd_debugfs_init() return void
2020-02-27 12:03:49 linux-kernel [PATCH 06/21] drm/arc: make arcpgu_debugfs_init return void
2020-02-27 12:03:44 linux-kernel [PATCH 05/21] drm/vc4: remove check of return value of drm_debugfs functions
2020-02-27 12:03:33 linux-kernel [PATCH 03/21] drm: convert drm_debugfs functions to return void
2020-02-27 12:03:22 linux-kernel [PATCH 02/21] drm: convert the drm_driver.debugfs_init() hook to return void.
2020-02-27 12:03:15 linux-kernel [PATCH 01/21] drm/debugfs: remove checks for return value of drm_debugfs functions.
2020-02-27 12:03:09 linux-kernel [PATCH 00/21] drm: subsytem-wide debugfs functions refactor