linux/drivers/misc/mei
Rikard Falkeborn 50bf73bdce mei: hdcp: Constify struct mei_cl_device_id
mei_hdcp_tbl[] is never modified and can be made const to allow the
compiler to put it in read-only memory.

Before:
   text    data     bss     dec     hex filename
  15844    5416       0   21260    530c drivers/misc/mei/hdcp/mei_hdcp.o

After:
   text    data     bss     dec     hex filename
  16004    5256       0   21260    530c drivers/misc/mei/hdcp/mei_hdcp.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200610224704.27082-4-rikard.falkeborn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-29 18:39:44 +02:00
..
hdcp mei: hdcp: Constify struct mei_cl_device_id 2020-06-29 18:39:44 +02:00
bus-fixup.c mei: bus: replace zero-length array with flexible-array member 2020-02-11 14:03:19 -08:00
bus.c mei: bus: use simple sprintf for sysfs 2020-01-10 13:20:49 +01:00
client.c mei: release me_cl object reference 2020-05-15 16:32:19 +02:00
client.h mei: bus: add more client attributes to sysfs 2019-11-16 12:58:54 +01:00
debugfs.c
dma-ring.c
hbm.c
hbm.h
hw-me-regs.h mei: me: add tiger lake point device ids for H platforms. 2020-06-23 07:55:47 +02:00
hw-me.c mei: me: add tiger lake point device ids for H platforms. 2020-06-23 07:55:47 +02:00
hw-me.h mei: me: add tiger lake point device ids for H platforms. 2020-06-23 07:55:47 +02:00
hw-txe-regs.h
hw-txe.c mei: abstract fw status register read. 2019-11-07 09:35:49 +01:00
hw-txe.h
hw.h misc: Replace zero-length array with flexible-array member 2020-03-18 12:24:19 +01:00
init.c mei: abstract fw status register read. 2019-11-07 09:35:49 +01:00
interrupt.c
Kconfig
main.c compat_ioctl: remove most of fs/compat_ioctl.c 2019-12-01 13:46:15 -08:00
Makefile
mei-trace.c
mei-trace.h
mei_dev.h misc: Replace zero-length array with flexible-array member 2020-03-18 12:24:19 +01:00
pci-me.c mei: me: add tiger lake point device ids for H platforms. 2020-06-23 07:55:47 +02:00
pci-txe.c PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP 2020-04-24 21:33:09 +02:00