summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk
Commit message (Expand)AuthorAgeFilesLines
* misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden2021-02-045-8/+61
* misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter2021-02-041-1/+3
* misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter2021-02-031-1/+2
* misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan2021-01-291-2/+8
* misc: bcm-vk: add ttyVK supportScott Branden2021-01-254-2/+392
* misc: bcm-vk: add mmap function for exposing BAR2Scott Branden2021-01-251-0/+24
* misc: bcm-vk: reset_pid supportScott Branden2021-01-253-8/+191
* misc: bcm-vk: add VK messaging supportScott Branden2021-01-257-3/+2087
* misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden2021-01-252-0/+165
* misc: bcm-vk: add ioctl load_imageScott Branden2021-01-252-0/+98
* misc: bcm-vk: add open/releaseScott Branden2021-01-255-1/+199
* misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden2021-01-252-1/+30
* misc: bcm-vk: add misc device to Broadcom VK driverScott Branden2021-01-252-1/+37
* misc: bcm-vk: add autoload supportScott Branden2021-01-252-0/+973
* misc: bcm-vk: add Broadcom VK driverScott Branden2021-01-254-0/+195