aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/u8500_hsem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08hwspinlock: u8500_hsem: Remove redundant PM runtime implementationBaolin Wang1-15/+4
2019-10-04hwspinlock: u8500_hsem: Use devm_hwspin_lock_register() to register hwlock controllerBaolin Wang1-9/+2
2019-10-04hwspinlock: u8500_hsem: Use devm_kzalloc() to allocate memoryBaolin Wang1-9/+6
2019-10-04hwspinlock: u8500_hsem: Change to use devm_platform_ioremap_resource()Baolin Wang1-15/+5
2018-06-11Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds1-9/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-05-24hwspinlock/u8500: Switch to SPDX license identifierSuman Anna1-9/+1
2014-10-20hwspinlock: drop owner assignment from platform_driversWolfram Sang1-1/+0
2012-11-28hwspinlock: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwspinlock: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwspinlock: remove use of __devexit_pBill Pemberton1-1/+1
2011-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-08hwspinlock/u8500: fix build error due to undefined labelAxel Lin1-4/+2
2011-11-07hwspinlock/u8500: include linux/module.hAxel Lin1-0/+1
2011-09-21hwspinlock/u8500: add hwspinlock driverMathieu J. Poirier1-0/+198