05 Aug, 2020

1 commit

  • These macros are also present in the "include/linux/fpga/adi-axi-common.h"
    file which is included in this driver.

    This patch removes them from the AXI Fan Control driver. No sense in having
    them in 2 places.

    Signed-off-by: Alexandru Ardelean
    Link: https://lore.kernel.org/r/20200803054311.98174-1-alexandru.ardelean@analog.com
    Signed-off-by: Guenter Roeck

    Alexandru Ardelean
     

09 Mar, 2020

1 commit

  • The purpose of this IP Core is to control the fan used for the cooling of a
    Xilinx Zynq Ultrascale+ MPSoC without the need of any external temperature
    sensors. To achieve this, the IP core uses the PL SYSMONE4 primitive to
    obtain the PL temperature and, based on those readings, it then outputs
    a PWM signal to control the fan rotation accordingly.

    Signed-off-by: Nuno Sá
    Link: https://lore.kernel.org/r/20191009102806.262241-1-nuno.sa@analog.com
    [groeck: adi,pulses-per-revolution -> pulses-per-revolution;
    dropped unused 'res' from probe function]
    Signed-off-by: Guenter Roeck

    Nuno Sá