summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk
AgeCommit message (Expand)AuthorLines
2022-09-01misc: bcm_vk: Remove usage of deprecated functionsBreno Leitao-3/+3
2022-09-01misc: bcm-vk: Specify the minimum number of IRQ vecsBreno Leitao-1/+1
2022-04-24misc: bcm-vk: replace usage of found with dedicated list iterator variableJakob Koschel-16/+13
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2022-03-18misc: bcm-vk: Remove viper from device id tableDesmond Yan-1/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-1/+1
2021-09-21misc: bcm-vk: fix tty registration raceJohan Hovold-3/+3
2021-07-27tty: drop put_tty_driverJiri Slaby-4/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-06-09misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_...Baokun Li-2/+1
2021-05-21misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva-3/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-02-04misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden-8/+61
2021-02-04misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter-1/+3
2021-02-03misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter-1/+2
2021-01-29misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan-2/+8
2021-01-25misc: bcm-vk: add ttyVK supportScott Branden-2/+392
2021-01-25misc: bcm-vk: add mmap function for exposing BAR2Scott Branden-0/+24
2021-01-25misc: bcm-vk: reset_pid supportScott Branden-8/+191
2021-01-25misc: bcm-vk: add VK messaging supportScott Branden-3/+2087
2021-01-25misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden-0/+165
2021-01-25misc: bcm-vk: add ioctl load_imageScott Branden-0/+98
2021-01-25misc: bcm-vk: add open/releaseScott Branden-1/+199
2021-01-25misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden-1/+30
2021-01-25misc: bcm-vk: add misc device to Broadcom VK driverScott Branden-1/+37
2021-01-25misc: bcm-vk: add autoload supportScott Branden-0/+973
2021-01-25misc: bcm-vk: add Broadcom VK driverScott Branden-0/+195