aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-socfpga.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05reset: socfpga: add empty driver allowing consumers to probePaweł Anikiel1-0/+26
2020-12-01reset: socfpga: add error handling and release mem-regionDinh Nguyen1-2/+9
2020-06-16reset: Move reset-simple header out of drivers/resetMaxime Ripard1-2/+1
2019-01-28reset: socfpga: declare socfpga_reset_init in a header filePhilipp Zabel1-1/+1
2019-01-07reset: socfpga: add an early reset driver for SoCFPGADinh Nguyen1-0/+88
2017-10-18reset: socfpga: use the reset-simple driverPhilipp Zabel1-157/+0
2017-10-04reset: socfpga: fix for 64-bit compilationDinh Nguyen1-7/+10
2017-07-19regulator: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-03-08reset-socfpga: Fix nr_resets propertyRojhalat Ibrahim1-6/+7
2016-10-24reset: socfpga: make it explicitly non-modularPaul Gortmaker1-6/+4
2016-08-08reset: socfpga: no need to store modrst_offsetPhilipp Zabel1-10/+9
2016-05-30reset: socfpga: use devm_reset_controller_register()Masahiro Yamada1-11/+1
2016-02-10reset: socfpga: Make reset_control_ops constPhilipp Zabel1-1/+1
2015-11-16reset: check return value of reset_controller_register()Masahiro Yamada1-2/+1
2015-08-03reset: socfpga: Update reset-socfpga to read the altr,modrst-offset propertyDinh Nguyen1-6/+13
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-04reset: add socfpga_reset_statusDinh Nguyen1-0/+15
2014-10-20reset: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-25reset: add driver for socfpgaSteffen Trumtrar1-0/+146