All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] accel/qaic: Add missing <linux/device-id/mhi.h> to .c files
@ 2026-07-27 17:33 Youssef Samir
  2026-07-27 17:33 ` [PATCH 1/5] accel/qaic: Add missing <linux/device-id/mhi.h> to sahara and timesync Youssef Samir
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Youssef Samir @ 2026-07-27 17:33 UTC (permalink / raw)
  To: jeff.hugo, carl.vanderlip, troy.hanson, zachary.mckevitt
  Cc: ogabbay, lizhi.hou, linux-arm-msm, dri-devel

Although the qaic driver is using MHI, it is missing the inclusion of
<linux/mod_devicetable.h>, or the more recent <linux/device-id/mhi.h>,
in some of its .c files.

This series adds the missing includes to the relevant .c files.

Youssef Samir (5):
  accel/qaic: Add missing <linux/device-id/mhi.h> to sahara and timesync
  accel/qaic: Add <linux/device-id/mhi.h> to qaic_drv.c
  accel/qaic: Add <linux/device-id/mhi.h> to qaic_debugfs.c
  accel/qaic: Add <linux/device-id/mhi.h> to qaic_ras.c
  accel/qaic: Add <linux/device-id/mhi.h> to qaic_ssr.c

 drivers/accel/qaic/qaic_debugfs.c  | 1 +
 drivers/accel/qaic/qaic_drv.c      | 1 +
 drivers/accel/qaic/qaic_ras.c      | 1 +
 drivers/accel/qaic/qaic_ssr.c      | 1 +
 drivers/accel/qaic/qaic_timesync.c | 1 +
 drivers/accel/qaic/sahara.c        | 1 +
 6 files changed, 6 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-27 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27 17:33 [PATCH 0/5] accel/qaic: Add missing <linux/device-id/mhi.h> to .c files Youssef Samir
2026-07-27 17:33 ` [PATCH 1/5] accel/qaic: Add missing <linux/device-id/mhi.h> to sahara and timesync Youssef Samir
2026-07-27 17:33 ` [PATCH 2/5] accel/qaic: Add <linux/device-id/mhi.h> to qaic_drv.c Youssef Samir
2026-07-27 17:44   ` sashiko-bot
2026-07-27 17:33 ` [PATCH 3/5] accel/qaic: Add <linux/device-id/mhi.h> to qaic_debugfs.c Youssef Samir
2026-07-27 17:33 ` [PATCH 4/5] accel/qaic: Add <linux/device-id/mhi.h> to qaic_ras.c Youssef Samir
2026-07-27 17:33 ` [PATCH 5/5] accel/qaic: Add <linux/device-id/mhi.h> to qaic_ssr.c Youssef Samir

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.