u-boot-2016/arch
Timple Raj M 9108b715b2 qca: ipq: fix to correct wrong delay obtained from udelay function
If usec >= 224000 usec, then:
usec * GPT_FREQ_KHZ = 224000 * 19200 >= 0x100590000,
which is a 33 bits value

To fix this usec is typecasted to 64 bit
(unsigned long long)usec * GPT_FREQ_KHZ

Change-Id: Ib1642d39b0581d2c04c62e415a1fd2dfed47fff1
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
(cherry picked from commit 72d8ec613f)
2023-11-27 21:50:09 -08:00
..
arc axs103: add support of generic OHCI USB 1.1 controller 2015-12-21 23:29:04 +03:00
arm qca: ipq: fix to correct wrong delay obtained from udelay function 2023-11-27 21:50:09 -08:00
avr32
blackfin
m68k
microblaze microblaze: Enable DM by default 2015-12-18 13:15:58 +01:00
mips MIPS: qca953x: Enable Support for AP147 Target 2016-12-21 22:20:30 -08:00
nds32
nios2 nios2: display altera sysid at startup 2015-12-19 09:51:19 +08:00
openrisc
powerpc powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx 2016-01-08 10:15:43 -05:00
sandbox test: add sandbox timer to test.dts 2016-01-07 10:27:07 -07:00
sh
sparc
x86
.gitignore
Kconfig