Hi, Jaehoon
Thanks for your review!
чт, 5 дек. 2024 г. в 02:37, Jaehoon Chung :
...[snip]...
> > +
> > +static void sdhci_phy_1_8v_init(struct sdhci_host *host)
> > +{
> > + struct snps_sdhci_plat *plat = dev_get_plat(host->mmc->dev);
> > + u32 val;
> > +
> > + /* deassert phy reset
Hi,
пт, 1 нояб. 2024 г. в 21:32, Sebastian Reichel
:
>
> Hi,
>
> On Fri, Nov 01, 2024 at 01:34:52PM +0300, biguncle...@gmail.com wrote:
> > From: Maksim Kiselev
> >
> > PU\PD resistors on CC lines must be configured before running the TCPM
> > state machine.
> >
> > Also, when the Type-C port act
Hi, Sebastian, Jonas
Thanks for your suggestions.
I'll fix it in v2.
вс, 3 нояб. 2024 г. в 02:22, Jonas Karlman :
> >> +chip->vbus_on = on;
>
> vbus_on could probably be dropped, fixed and gpio regulators is
> currently already reference counted. Or is the set_vbus ops not called
> ev
Hi Mattijs,
вт, 8 окт. 2024 г. в 15:58, Mattijs Korpershoek :
>
> Hi Maksim,
>
> Thank you for the patch and sorry for the review delay.
>
> On jeu., sept. 19, 2024 at 16:58, biguncle...@gmail.com wrote:
>
> > From: Maksim Kiselev
> >
> > Some USB-ETH adapters based on the AX88179 (ex. D-link DUB
Hi Sebastian,
First of all I want to thank you for your impressive work.
чт, 5 сент. 2024 г. в 18:26, Sebastian Reichel
:
>
> This adds TCPM framework in preparation for fusb302 support, which can
> handle USB power delivery messages. This is needed to solve issues with
> devices, that are running
чт, 5 сент. 2024 г. в 18:26, Sebastian Reichel
:
>
> Now that the TCPM framework exists we can introduce fusb302
> driver using it. This chip is a very common USB-C controller
> chip with PD support, which can be found in the Radxa Rock 5B
> among many other boards. Apart from Power Delivery, it al
Hi, Sean
вт, 2 апр. 2024 г. в 18:39, Sean Anderson :
>
> On 3/30/24 13:59, Maksim Kiselev wrote:
> > Add support for DesignWare SDHCI host controller on Alibaba TH1520 SoC
> >
> > Signed-off-by: Maksim Kiselev
> > ---
> > drivers/mmc/Kconfig | 12 +
> > drivers/mmc/Makefile | 1 +
> > drivers/mmc/s
i, Heinrich!
вт, 2 апр. 2024 г. в 17:47, Heinrich Schuchardt
:
>
> On 30.03.24 18:59, Maksim Kiselev wrote:
> > Add support for DesignWare SDHCI host controller on Alibaba TH1520 SoC
> >
> > Signed-off-by: Maksim Kiselev
>
> Thank you for driving the TH1520 support forward.
>
> Locally I updated
пт, 26 янв. 2024 г. в 20:11, Andre Przywara :
>
> On Sun, 21 Jan 2024 14:49:08 +0300
> Maksim Kiselev wrote:
>
> > Add PG6-PG7 pins configuration for the SPL to allow use UART1
> > on boards with the Allwinner R528/T113 family.
>
> That looks alright. Not super happy to take yet another combinatio
Hi Andre,
пт, 19 янв. 2024 г. в 20:35, Andre Przywara :
>
> On Tue, 16 Jan 2024 19:58:56 +0300
> Maxim Kiselev wrote:
>
> Hi Maxim,
>
> > вт, 16 янв. 2024 г. в 03:18, Andre Przywara :
> > >
> > > On Thu, 15 Jun 2023 00:44:06 +0300
> &
вт, 16 янв. 2024 г. в 03:18, Andre Przywara :
>
> On Thu, 15 Jun 2023 00:44:06 +0300
> Maxim Kiselev wrote:
>
> Hi Maxim,
>
> > From: Maksim Kiselev
> >
> > Based on dt-specs fixed-link doesn't require phy-handle to be used.
>
> Do you have such a
Hello Jagan,
пн, 18 дек. 2023 г. в 14:28, Jagan Teki :
>
> On Tue, Oct 17, 2023 at 12:35 PM Maksim Kiselev wrote:
> >
> > If even one byte is lost due to Rx FIFO overflow then we will never
> > exit the read loop. Because the (priv->rx != priv->rx_end) condition will
> > be always true.
> >
> > L
пт, 21 июл. 2023 г. в 16:47, Andre Przywara :
>
> This adds the remaining code bits to teach U-Boot about Allwinner's
> newest SoC generation. This was introduced with the RISC-V based
> Allwinner D1 SoC, which actually shares a die with the ARM cores versions
> called R528 (BGA, without DRAM) and
Hi Andre,
пт, 16 июн. 2023 г. в 19:36, Andre Przywara :
[..]
>
> thanks for the reply! If you have anything that is missing or broken in
> the new version of the patchset I put on github, please let me know.
I tried the new version and everything looks pretty good for me. Great job!
Just one note
Hi Andre, Sam,
пт, 16 июн. 2023 г. в 18:59, Andre Przywara :
>
> On Mon, 12 Jun 2023 15:18:17 -0600
> Sam Edwards wrote:
>
> Hi Sam,
>
> something regarding "reset" below ...
>
> > On 6/11/23 18:20, Andre Przywara wrote:
> > > Thanks for the update and the list! Can you confirm where you
> > > st
From: Maksim Kiselev
Based on dt-specs fixed-link doesn't require phy-handle to be used.
Fix driver to only read phy related setting when phy-handle is found.
Signed-off-by: Maksim Kiselev
---
drivers/net/sun8i_emac.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/d
Some boards form the MangoPi family (MQ\MQ-Dual\MQ-R) may have
an optional SPI flash that connects to the SPI0 controller.
This controller is the same for R329/D1/R528/T113s SoCs and
should be supported by the sun50i-r329-spi driver.
So let's add its DT nodes.
Signed-off-by: Maxim Ki
clock source selection is not supported by this driver,
and only HOSC@24MHz can be used as input clock. Therefore, according to
the, manual we could change the SPI sample mode from delay half
cycle(default) to normal.
This patch adds a quirk for this kind of SPI controllers
Signed-off-by: Maxim Ki
CONFIG_SUNXI_GEN_NCAT2 symbol for the Kconfig
dependency.
Signed-off-by: Maxim Kiselev
---
arch/arm/mach-sunxi/Kconfig | 2 +-
arch/arm/mach-sunxi/spl_spi_sunxi.c | 78 +
2 files changed, 58 insertions(+), 22 deletions(-)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm
29015-1-andre.przyw...@arm.com/
Maxim Kiselev (3):
sunxi: SPL SPI: Add SPI boot support for the Allwinner R528/T113 SoCs
spi: sunxi: Add support for R329/D1/R528/T113 SPI controller
riscv: dts: allwinner: d1: Add SPI controllers node
arch/arm/mach-sunxi/Kconfig | 2 +-
arch/arm
Hi Sam,
> I might have to start pushing for room for SPI drivers
> in the SPL soon. :)
As Andre already pointed out, I have a patch which adds boot support
from SPI-NOR for D1/T113 SoCs.
Maybe I can share it somewhere to avoid double work?
21 matches
Mail list logo