Files
linux/drivers/ata
Tina Ruchandani cedda4c3b1 pata_pdc2027x: Use 64-bit timekeeping
Function pdc_detect_pll_input_clock uses 'struct timeval'
to measure start and end times, used to compute the pll_clock value.
'struct timeval' on 32-bit systems will have its tv_sec field
overflow in year 2038 and beyond. This patch uses 'ktime_t'
(which uses 64 bits for seconds) for start and end times instead.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
2015-01-27 11:06:19 -05:00
..
2014-12-04 13:18:55 -05:00
2014-03-11 08:30:53 -04:00
2008-01-23 05:24:15 -05:00
2015-01-19 09:04:37 -05:00
2014-03-26 12:36:53 -04:00
2007-07-02 10:17:42 -04:00