Re: [PATCH v3 1/7] riscv: Rework riscv timer driver to only support S-mode

2020-09-08 Thread Sean Anderson
Anup Patel >> >> Subject: [PATCH v3 1/7] riscv: Rework riscv timer driver to only support >> S-mode >> >> [External Email] Do not click links or attachments unless you recognize the >> sender and know the content is safe >> >> The riscv-timer dri

RE: [PATCH v3 1/7] riscv: Rework riscv timer driver to only support S-mode

2020-09-08 Thread Pragnesh Patel
Hi Sean, >-Original Message- >From: Sean Anderson >Sent: 01 September 2020 16:02 >To: u-boot@lists.denx.de >Cc: Rick Chen ; Bin Meng ; >Pragnesh Patel ; Sean Anderson >; Bin Meng ; Anup Patel > >Subject: [PATCH v3 1/7] riscv: Rework riscv timer driver to only

Re: [PATCH v3 1/7] riscv: Rework riscv timer driver to only support S-mode

2020-09-02 Thread Rick Chen
> > The riscv-timer driver currently serves as a shim for several riscv timer > drivers. This is not too desirable because it bypasses the usual timer > selection via the driver model. There is no easy way to specify an > alternate timing driver, or have the tick rate depend on the cpu's > configur

[PATCH v3 1/7] riscv: Rework riscv timer driver to only support S-mode

2020-09-01 Thread Sean Anderson
The riscv-timer driver currently serves as a shim for several riscv timer drivers. This is not too desirable because it bypasses the usual timer selection via the driver model. There is no easy way to specify an alternate timing driver, or have the tick rate depend on the cpu's configured frequency