Commit Graph

8 Commits

Author SHA1 Message Date
TBK ff21be6701
fs: sdfat: Fix indentation 2019-07-16 14:48:22 +02:00
TBK 6eeef3390c fs: sdfat: Fix compilation on Linux >= 5.0.0
current_kernel_time64() was removed with 5.0.0 - e4b92b108c
2019-03-13 03:52:30 +01:00
KNnut 4f65bdd301 fs: sdfat: Fix compilation on Linux >= 4.16 2019-01-23 17:00:31 +01:00
derfelot 46b831137b fs: sdfat: Update to version 2.1.8
Taken from SM-G965F_PP_Opensource kernel (G965FXXU2CRLI)
2019-01-11 14:02:25 +01:00
GrayJack a4c7e654d7 fs: sdfat: Stop using CURRENT_TIME_SEC for Linux >= 4.9
CURRENT_TIME_SEC was removed from >= 4.12 plus it isn't y2038 safe.
Use current_time and ktime_get_real_ts where appropriate.
2018-05-16 09:42:50 +02:00
Paul Keith 07d63cd2c7 Update to version 2.0.6 2018-03-22 18:02:48 +01:00
Andreas Schneider 0490ece85e Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
Andreas Schneider 8e7bcf4240 The big bang!
Imported from G955FXXU1AQDD sources.
2018-02-12 18:51:19 +01:00