aboutsummaryrefslogtreecommitdiff
path: root/drivers/mailbox/hi6220-mailbox.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-05mailbox: Explicitly include correct DT includesGravatar Rob Herring 1-0/+1
2023-04-18mailbox: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 1-4/+1
2021-10-16mailbox: hi6220: Make use of the helper function devm_platform_ioremap_resour...Gravatar Cai Huoqing 1-5/+2
2021-06-26mailbox: hisilicon: Use the correct HiSilicon copyrightGravatar Hao Fang 1-1/+1
2019-11-26mailbox: no need to set .owner platform_driver_registerGravatar Tian Tao 1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Gravatar Thomas Gleixner 1-10/+1
2018-12-21mailbox: hi6220: Use device-managed registration APIGravatar Thierry Reding 1-10/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-4/+4
2017-03-28mailbox: constify mbox_chan_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-03-04mailbox: Hi6220: add mailbox driverGravatar Leo Yan 1-0/+395