aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden5-8/+61
2021-02-04misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter1-1/+3
2021-02-03misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter1-1/+2
2021-01-29misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan1-2/+8
2021-01-25misc: bcm-vk: add ttyVK supportScott Branden4-2/+392
2021-01-25misc: bcm-vk: add mmap function for exposing BAR2Scott Branden1-0/+24
2021-01-25misc: bcm-vk: reset_pid supportScott Branden3-8/+191
2021-01-25misc: bcm-vk: add VK messaging supportScott Branden7-3/+2087
2021-01-25misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden2-0/+165
2021-01-25misc: bcm-vk: add ioctl load_imageScott Branden2-0/+98
2021-01-25misc: bcm-vk: add open/releaseScott Branden5-1/+199
2021-01-25misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden2-1/+30
2021-01-25misc: bcm-vk: add misc device to Broadcom VK driverScott Branden2-1/+37
2021-01-25misc: bcm-vk: add autoload supportScott Branden2-0/+973
2021-01-25misc: bcm-vk: add Broadcom VK driverScott Branden4-0/+195