summaryrefslogtreecommitdiff
path: root/drivers/misc/bcm-vk/bcm_vk_dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01misc: bcm_vk: Remove usage of deprecated functionsBreno Leitao1-3/+3
2022-09-01misc: bcm-vk: Specify the minimum number of IRQ vecsBreno Leitao1-1/+1
2022-03-18misc: bcm-vk: Remove viper from device id tableDesmond Yan1-1/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-02-04misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden1-3/+2
2021-02-04misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter1-1/+3
2021-01-25misc: bcm-vk: add ttyVK supportScott Branden1-1/+29
2021-01-25misc: bcm-vk: add mmap function for exposing BAR2Scott Branden1-0/+24
2021-01-25misc: bcm-vk: reset_pid supportScott Branden1-6/+152
2021-01-25misc: bcm-vk: add VK messaging supportScott Branden1-2/+307
2021-01-25misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden1-0/+105
2021-01-25misc: bcm-vk: add ioctl load_imageScott Branden1-0/+95
2021-01-25misc: bcm-vk: add open/releaseScott Branden1-0/+23
2021-01-25misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden1-1/+28
2021-01-25misc: bcm-vk: add misc device to Broadcom VK driverScott Branden1-1/+35
2021-01-25misc: bcm-vk: add autoload supportScott Branden1-0/+723
2021-01-25misc: bcm-vk: add Broadcom VK driverScott Branden1-0/+141