File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ static int gpmc_cs_remap(int cs, u32 base)
959
959
* Make sure we ignore any device offsets from the GPMC partition
960
960
* allocated for the chip select and that the new base confirms
961
961
* to the GPMC 16MB minimum granularity.
962
- */
962
+ */
963
963
base &= ~(SZ_16M - 1 );
964
964
965
965
gpmc_cs_get_memconf (cs , & old_base , & size );
@@ -1754,10 +1754,11 @@ static int gpmc_calc_common_timings(struct gpmc_timings *gpmc_t,
1754
1754
return 0 ;
1755
1755
}
1756
1756
1757
- /* TODO: remove this function once all peripherals are confirmed to
1757
+ /*
1758
+ * TODO: remove this function once all peripherals are confirmed to
1758
1759
* work with generic timing. Simultaneously gpmc_cs_set_timings()
1759
1760
* has to be modified to handle timings in ps instead of ns
1760
- */
1761
+ */
1761
1762
static void gpmc_convert_ps_to_ns (struct gpmc_timings * t )
1762
1763
{
1763
1764
t -> cs_on /= 1000 ;
You can’t perform that action at this time.
0 commit comments