Re: Rename of the u-boot-atmel custodian tree

2021-09-20 Thread Anatolij Gustschin
On Mon, 20 Sep 2021 06:46:01 + eugen.hris...@microchip.com eugen.hris...@microchip.com wrote: ... > Former u-boot-atmel tree is now u-boot-at91, available at : > > https://source.denx.de/u-boot/custodians/u-boot-at91 > > Tom, do you know how can we update the U-boot denx wiki ? > https://www.

Re: Two jobs at once on denx-vulcan?

2021-09-20 Thread Harald Seiler
Hi, On Sat, 2021-09-18 at 10:37 -0600, Simon Glass wrote: > Hi, > > Is there something screwy with this? It seems that denx-vulcan does > two builds at once? > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/jobs/323540 Hm, I did some changes to the vulcan runner which might have caused

Re: [PATCH] wdt: dw: Fix passing NULL pointer to reset functions

2021-09-20 Thread Stefan Roese
On 11.09.21 21:11, Sean Anderson wrote: reset_*_bulk expects a real pointer. Fixes: 4f7abafe1c ("driver: watchdog: reset watchdog in designware_wdt_stop() function") Signed-off-by: Sean Anderson Applied to u-boot-marvell/master Thanks, Stefan --- drivers/watchdog/designware_wdt.c | 10

Please pull u-boot-marvell/next (watchdog related)

2021-09-20 Thread Stefan Roese
Hi Tom, please pull the following watchdog related fix: - wdt: dw: Fix passing NULL pointer to reset functions (Sean) Here the Azure build, without any issues: http

Re: [PATCH 3/5] misc: Add Apple DART driver

2021-09-20 Thread Mark Kettenis
> From: Simon Glass > Date: Sun, 19 Sep 2021 21:16:00 -0600 > > Hi Mark, > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > The DART is an IOMMU that is used on Apple's M1 SoC. This driver > > supports the DART in bypass mode as well as in a mode where it > > creates a 1:1 mapping

[PATCH v3 1/3] ARM: amlogic: add JetHub common config header

2021-09-20 Thread Vyacheslav Bocharov
JetHub devices uses its own boot sequence with "rescue" button Signed-off-by: Vyacheslav Bocharov --- include/configs/jethub.h | 40 1 file changed, 40 insertions(+) create mode 100644 include/configs/jethub.h diff --git a/include/configs/jethub.h b/inc

[PATCH v3 0/3] ARM: meson: add support for JetHub D1/H1

2021-09-20 Thread Vyacheslav Bocharov
Add support for new home automation devices manufactured by JetHome. Patches prepared for use with the "ARM: meson: Sync Amlogic DT from Linux 5.14" patch series by Neil Armstrong JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller with the following features: - DIN R

[PATCH v3 3/3] ARM: amlogic: add JetHub D1/H1 docs

2021-09-20 Thread Vyacheslav Bocharov
Fix doc/board/amlogic/index.rst: - Add S905W to S905X column. - Add JetHub devices to the corresponding columns. - Fix tabs to spaces for table alignment Add doc/board/amlogic files: - jethub-j100.rst - jethub-j80.rst Signed-off-by: Vyacheslav Bocharov Reviewed-by: Neil Armstrong --- doc/board

[PATCH v3 2/3] ARM: amlogic: add JetHub D1/H1 device support

2021-09-20 Thread Vyacheslav Bocharov
Add support for new home automation devices. JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller with the following features: - DIN Rail Mounting case - Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz - no video out - 512Mb/1GB DDR3 - 8/16GB eMMC flash - 1 x USB

Re: [PATCH 5/5] doc: board: apple: Add Apple M1 documentation

2021-09-20 Thread Igor Opaniuk
On Sat, Sep 18, 2021 at 4:56 PM Mark Kettenis wrote: > > Provide preliminary instructions on how to get U-Boot to run on > Apple Silicon Macs. > > Signed-off-by: Mark Kettenis > --- > doc/board/apple/index.rst | 9 +++ > doc/board/apple/m1.rst| 56 +++

Re: [PATCH 1/5] arm: apple: Add initial support for Apple's M1 SoC

2021-09-20 Thread Mark Kettenis
> From: Simon Glass > Date: Sun, 19 Sep 2021 21:15:57 -0600 > > Hi Mark, > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > Add support for Apple's M1 SoC that is used in "Apple Silicon" > > Macs. This builds a basic U-Boot that can be used as a payload > > for the m1n1 boot loade

Re: [PATCH] board: pm926x: remove unused CONFIG_SYS_AT91_CPU_NAME

2021-09-20 Thread Eugen.Hristev
On 8/24/21 4:02 PM, Eugen Hristev wrote: > CONFIG_SYS_AT91_CPU_NAME looks to be unused. > Remove it and remove it from config_whitelist.txt > > Signed-off-by: Eugen Hristev > --- Applied to u-boot-atmel/next

Re: [PATCH] net: remove unused CONFIG_DRIVER_AT91EMAC_*

2021-09-20 Thread Eugen.Hristev
On 8/28/21 4:37 PM, Ramon Fried wrote: > On Wed, Aug 25, 2021 at 1:28 PM Eugen Hristev > wrote: >> >> AT91EMAC driver is unused, thus removing. >> >> Signed-off-by: Eugen Hristev >> --- >> 2.25.1 >> > Reviewd-by: Ramon Fried > Applied to u-boot-atmel/next

Re: [PATCH] ARM: at91: remove references to RM9200DK

2021-09-20 Thread Eugen.Hristev
On 8/25/21 1:27 PM, Eugen Hristev wrote: > The AT91 RM9200DK board was removed long time ago. > Remove existing references that were not cleaned up. > > Fixes: 1c85752258 ("ARM: remove broken "at91rm9200dk" board") > Signed-off-by: Eugen Hristev > --- Applied to u-boot-atmel/next

Re: [PATCH 1/2] include: dt-bindings: mfd: add atmel flexcom include file

2021-09-20 Thread Eugen.Hristev
On 8/27/21 1:44 PM, Eugen Hristev wrote: > Add dt-bindings include file for Atmel Flexcom hardware block. > This file is copied from Linux kernel. > It is used in devicetrees from Linux. > > Signed-off-by: Eugen Hristev > --- Applied series to u-boot-atmel/next

Re: Rename of the u-boot-atmel custodian tree

2021-09-20 Thread Eugen.Hristev
On 8/26/21 10:17 AM, Eugen Hristev - M18282 wrote: > Hello everyone, > > I plan to rename the u-boot-atmel tree to u-boot-at91 . > > It's been more than 5 years since Atmel is part of Microchip, and the > name is slowly being changed to reflect the new reality. > > It makes more sense to have th

Re: [PATCH v2 2/3] ARM: amlogic: add JetHub D1/H1 device support

2021-09-20 Thread Vyacheslav
20.09.2021 09:43, Neil Armstrong wrote: Hi, On 19/09/2021 17:52, Vyacheslav Bocharov wrote: Add support for new home automation devices. While applying I had a few warnings: + if (!env_get("serial")) { + len = meson_sm_read_efuse(EFUSE_SN_OFFSET, serial, ERROR: trailin

Re: [PATCH v4 3/5] sf: Tidy up code to avoid #ifdef

2021-09-20 Thread Pratyush Yadav
Hi Simon, On 19/09/21 03:49PM, Simon Glass wrote: > Update this code to use IS_ENABLED() instead. > > Signed-off-by: Simon Glass > > Reviewed-by: Pratyush Yadav Nitpick: Trailers shouldn't have a blank line between them. I see it for this patch and 4/5 as well. It probably doesn't matter, bu

Modules for carrier boards [Was: Re: Question about extension board used in U-boot]

2021-09-20 Thread Daniel Thompson
On Sat, Sep 18, 2021 at 08:49:48AM +0200, François Ozog wrote: > Hi Paul > > Too posting because I think we also need to address this at a higher level. > > i think we discussed this topic quite a while back. I may be wrong but it > may be Bill Mills who proposed to have an eeprom on the extensio

Re: [PATCH] board: freescale: lx216x : increase fdt blob size

2021-09-20 Thread Tom Rini
On Fri, Sep 17, 2021 at 02:18:28PM +0200, Wasim Khan wrote: > From: Wasim Khan > > Increase fdt blob size for lx2160 and lx2162 series > to fix below errors/warnings during device tree fixup. > > Unable to update property /soc/spi@210:status, err=FDT_ERR_NOSPACE > Unable to update property

Re: [PATCH 1/5] ARM: rmobile: Enable board detection when FIT is enabled

2021-09-20 Thread Adam Ford
On Mon, Aug 30, 2021 at 10:40 AM Adam Ford wrote: > > There are three boards from Beacon, RZ/G2 M/N/H which all > use the same board file, but different device trees. > Add code to automatically select the proper device tree > based on the CPU type. > > Signed-off-by: Adam Ford > Marek, I was w

[PATCH v2 1/1] fs: avoid superfluous messages

2021-09-20 Thread Heinrich Schuchardt
Output like the following is quite irritating: => bootefi hello Scanning disk mmc2.blk... No valid Btrfs found Bad magic number for SquashFS image. ** Unrecognized filesystem type ** Scanning disk mmc1.blk... No valid Btrfs found Bad magic number for SquashFS image.

Re: [PATCH v4 2/5] doc: Move environment documentation to rST

2021-09-20 Thread Wolfgang Denk
Dear Simon, In message <20210919185950.3813952-3-...@chromium.org> you wrote: > Move this from the README to rST format. Just a few nitpicks... > diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst > new file mode 100644 > index 000..be785a8f717 > --- /dev/null > +++ b/doc

Re: [PATCH] i2c: rcar_i2c: Enable configuring SCL rise and fall times

2021-09-20 Thread Adam Ford
On Tue, Aug 24, 2021 at 9:10 AM Adam Ford wrote: > > The Linux i2c driver supports i2c-scl-rising-time-ns, > and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values > for these values. > > Update the calculation by fetching them from the device tree if > present and use the previous values

Re: [PATCH v3 1/3] ARM: amlogic: add JetHub common config header

2021-09-20 Thread Neil Armstrong
On 20/09/2021 10:40, Vyacheslav Bocharov wrote: > JetHub devices uses its own boot sequence with "rescue" button > > Signed-off-by: Vyacheslav Bocharov > --- > include/configs/jethub.h | 40 > 1 file changed, 40 insertions(+) > create mode 100644 include

Re: [PATCH v4 3/5] env: Allow U-Boot scripts to be placed in a .env file

2021-09-20 Thread Wolfgang Denk
Dear Simon, In message <20210919125937.v4.3.If789ba3e2667c46c03eda3386ca84a863baeda55@changeid> you wrote: > ... > +It is also possible to create an environment file with the name > +`board//env/.env` for your board. If that file is not present > +then U-Boot will look for `oard//env/common.env`

Re: [PATCH v4 4/5] env: Allow environment files to use the C preprocessor

2021-09-20 Thread Wolfgang Denk
Dear Simon, In message <20210919125937.v4.4.Ie78bfbfca0d01d9cba501e127f446ec48e1f7afe@changeid> you wrote: > > +To add additional text to a variable you can use var+=value. This text is > +merged into the variable during the make process and made available as a > +single value to U-Boot. Explai

Re: [PATCH 1/5] ARM: rmobile: Enable board detection when FIT is enabled

2021-09-20 Thread Marek Vasut
On 9/20/21 2:11 PM, Adam Ford wrote: On Mon, Aug 30, 2021 at 10:40 AM Adam Ford wrote: There are three boards from Beacon, RZ/G2 M/N/H which all use the same board file, but different device trees. Add code to automatically select the proper device tree based on the CPU type. Signed-off-by: A

Re: Please pull u-boot-marvell/next (watchdog related)

2021-09-20 Thread Tom Rini
On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote: > Hi Tom, > > please pull the following watchdog related fix: > Applied to u-boot/master (yes, master, I saw it said next in the subject but I also saw the emails on the patch), thanks! -- Tom signature.asc Description: PGP signa

Re: Please pull u-boot-marvell/next (watchdog related)

2021-09-20 Thread Stefan Roese
Hi Tom, On 20.09.21 15:05, Tom Rini wrote: On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote: Hi Tom, please pull the following watchdog related fix: Applied to u-boot/master (yes, master, I saw it said next in the subject but I also saw the emails on the patch), thanks! Than

[PATCH 1/4] usb: add support for ULPI/SERIAL/HSIC PHY modes

2021-09-20 Thread Matthias Schiffer
Import usb_phy_interface enum values and DT match strings from the Linux kernel. Signed-off-by: Markus Niebel Signed-off-by: Matthias Schiffer --- drivers/usb/common/common.c | 3 +++ include/linux/usb/phy.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/usb/common/common.c

[PATCH 2/4] include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL

2021-09-20 Thread Matthias Schiffer
The MXC_EHCI_MODE_ definitions are redundant. Replace MXC_EHCI_MODE_SERIAL with the equivalent PORT_PTS_SERIAL. Only the zmx25 platform is affected. Signed-off-by: Markus Niebel Signed-off-by: Matthias Schiffer --- include/configs/zmx25.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 4/4] usb: ehci-mx6: use phy_type from device tree

2021-09-20 Thread Matthias Schiffer
Allow using different PHY interfaces for multiple USB controllers. When no value is set in DT, we fall back to CONFIG_MXC_USB_PORTSC for now to stay compatible with current board configurations. This also adds support for the HSIC mode of the i.MX7. Signed-off-by: Markus Niebel Signed-off-by: Ma

[PATCH 3/4] usb: ehci-ci: remove redundant PORTSC flag definitions

2021-09-20 Thread Matthias Schiffer
These definitions are unused, all boards that define portsc flags use the equivalent PORT_* definitions instead. Signed-off-by: Markus Niebel Signed-off-by: Matthias Schiffer --- include/usb/ehci-ci.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/include/usb/ehci-ci.h b/includ

[PATCH v2] board: freescale: lx216x : increase fdt blob size

2021-09-20 Thread Wasim Khan
From: Wasim Khan Increase fdt blob size for lx2160 and lx2162 series to fix below errors/warnings during device tree fixup. Unable to update property /soc/spi@210:status, err=FDT_ERR_NOSPACE Unable to update property /soc/spi@211:status, err=FDT_ERR_NOSPACE Unable to update property /soc

Re: [PATCH v2] board: freescale: lx216x : increase fdt blob size

2021-09-20 Thread Tom Rini
On Mon, Sep 20, 2021 at 03:45:33PM +0200, Wasim Khan wrote: > From: Wasim Khan > > Increase fdt blob size for lx2160 and lx2162 series > to fix below errors/warnings during device tree fixup. > > Unable to update property /soc/spi@210:status, err=FDT_ERR_NOSPACE > Unable to update property

Re: Two jobs at once on denx-vulcan?

2021-09-20 Thread Simon Glass
Hi Harald, On Mon, 20 Sept 2021 at 02:12, Harald Seiler wrote: > > Hi, > > On Sat, 2021-09-18 at 10:37 -0600, Simon Glass wrote: > > Hi, > > > > Is there something screwy with this? It seems that denx-vulcan does > > two builds at once? > > > > https://source.denx.de/u-boot/custodians/u-boot-dm/-

Re: [PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-09-20 Thread Tom Rini
On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote: > The Kconfig feature was added in 2014. Some 7 years later there are still > quite a few CONFIG options that have not been migrated. It is time to > close this out. > > Add a deadline and a warning for boards to migrate to Kconfig. >

Re: Problem with U-boot | Configuration Signature not being checked while booting

2021-09-20 Thread Tom Rini
On Sat, Sep 18, 2021 at 03:27:48AM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 17 Sept 2021 at 11:26, Tom Rini wrote: > > > > On Fri, Sep 17, 2021 at 10:19:18AM -0600, Simon Glass wrote: > > > Hi Mark, > > > > > > On Wed, 15 Sept 2021 at 05:52, Mark Kettenis > > > wrote: > > > > > > > > > F

Re: Problem with U-boot | Configuration Signature not being checked while booting

2021-09-20 Thread Tom Rini
On Sat, Sep 18, 2021 at 12:26:00PM +0200, François Ozog wrote: > Le sam. 18 sept. 2021 à 12:10, Mark Kettenis a > écrit : > > > > From: Moiz Imtiaz > > > Date: Sat, 18 Sep 2021 14:47:51 +0500 > > > > > > >Nice! If you want to write something up extending the >documentation on > > > >how you mad

Re: Problem with U-boot | Configuration Signature not being checked while booting

2021-09-20 Thread Tom Rini
On Sat, Sep 18, 2021 at 01:15:07PM +0200, Mark Kettenis wrote: > > From: Simon Glass > > Date: Sat, 18 Sep 2021 03:27:48 -0600 > > > > Hi Tom, > > > > On Fri, 17 Sept 2021 at 11:26, Tom Rini wrote: > > > > > > On Fri, Sep 17, 2021 at 10:19:18AM -0600, Simon Glass wrote: > > > > Hi Mark, > > > >

Re: [PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-09-20 Thread Michal Simek
Hi On 9/18/21 11:48 AM, Ilias Apalodimas wrote: > Hi Tom, > > On Fri, 17 Sept 2021 at 15:08, Tom Rini wrote: >> >> On Fri, Sep 17, 2021 at 11:49:51AM +, T Karthik Reddy wrote: >>> Hi Tom, >>> -Original Message- From: Tom Rini Sent: Thursday, August 5, 2021 6:53 PM >>>

[PATCH] remoteproc: migrate uclass to livetree

2021-09-20 Thread Patrick Delaunay
Use dev_ function to read the name and boolean to support a live tree. Signed-off-by: Patrick Delaunay --- drivers/remoteproc/rproc-uclass.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/remoteproc/rproc-uclass.c b/drivers/remoteproc/rproc-uclass

[PATCH] demo: migrate uclass to livetree

2021-09-20 Thread Patrick Delaunay
Use dev_ function to read the sides and colour to support a live tree. Signed-off-by: Patrick Delaunay --- drivers/demo/demo-uclass.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/demo/demo-uclass.c b/drivers/demo/demo-uclass.c index 815f8de645..09f9a47d4d

Re: Modules for carrier boards [Was: Re: Question about extension board used in U-boot]

2021-09-20 Thread François Ozog
Le lun. 20 sept. 2021 à 13:32, Daniel Thompson a écrit : > On Sat, Sep 18, 2021 at 08:49:48AM +0200, François Ozog wrote: > > Hi Paul > > > > Too posting because I think we also need to address this at a higher > level. > > > > i think we discussed this topic quite a while back. I may be wrong bu

[PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device

2021-09-20 Thread Alexandre Ghiti
This pmic device is present on the SiFive Unmatched board and this new driver adds the possibility to reset it. Signed-off-by: Alexandre Ghiti --- configs/sifive_unmatched_defconfig | 2 ++ drivers/power/pmic/da9063.c| 49 ++ 2 files changed, 51 insertions(+)

Re: [PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-09-20 Thread Ilias Apalodimas
Hi Michal, [...] > Thanks for explaining. This got me to re-read the existing tests and > while > none of it is as clear as I would like, your example here is just as > clear as the > rest, so it's fine and I'll pick it up soon. > >>> > >>> I see this patch is not yet a

[PATCH V2 1/6] ARM: rmobile: Enable board detection when FIT is enabled

2021-09-20 Thread Adam Ford
There are three boards from Beacon, RZ/G2 M/N/H which all use the same board file, but different device trees. Add code to automatically select the proper device tree based on the CPU type. Signed-off-by: Adam Ford --- board/beacon/beacon-rzg2m/beacon-rzg2m.c | 16 1 file change

[PATCH V2 2/6] ARM: rmobile: beacon: Support RZ/G2 [M/N/H] on TARGET_BEACON_RZG2M

2021-09-20 Thread Adam Ford
The three different boards share the same board file and only differ in terms of which SoC is being used. By enabling FIT on TARGET_BEACON_RZG2M, it can support all three boards and elimate duplicate code. Signed-off-by: Adam Ford --- arch/arm/mach-rmobile/Kconfig.64 | 8 configs/r8a7

[PATCH V2 6/6] ARM: rmobile: Rename r8a774a1_beacon_defconfig to rzg2_beacon_defconfig

2021-09-20 Thread Adam Ford
Now that the three M/N/H variants can be built from one config, rename the defconfig file to be more generic since it supports multiple RZ/G2. Signed-off-by: Adam Ford --- V2: new to series configs/{r8a774a1_beacon_defconfig => rzg2_beacon_defconfig} | 0 1 file changed, 0 insertions(+), 0 del

[PATCH V2 4/6] ARM: rmobile: Beacon: Remove dead code

2021-09-20 Thread Adam Ford
There are a few do-nothing functions that can be removed. Remove them. Signed-off-by: Adam Ford --- board/beacon/beacon-rzg2m/beacon-rzg2m.c | 10 -- configs/r8a774a1_beacon_defconfig| 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/board/beacon/beacon-rzg2m/

[PATCH V2 3/6] ARM: rmobile: beacon: Remove duplicated for RZ/G2 M/N/H

2021-09-20 Thread Adam Ford
Now that TARGET_BEACON_RZG2M can handle all the work that was done with TARGET_BEACON_RZG2N and TARGET_BEACON_RZG2H, remove them since they just create more duplicate code. Signed-off-by: Adam Ford --- V2: Rebase. arch/arm/mach-rmobile/Kconfig.64 | 14 +- board/beacon/beacon-rzg2m/Kconfig

[PATCH V2 5/6] ARM: rmobile: beacon: Enable reference clocks for USB and AVB

2021-09-20 Thread Adam Ford
Both Ethernet and USB drivers get their reference clocks from the versaclock. Enable that driver and the common clock driver by default. Signed-off-by: Adam Ford --- arch/arm/mach-rmobile/Kconfig.64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/ar

[PATCH] reboot-mode: migrate uclass to livetree

2021-09-20 Thread Patrick Delaunay
Use dev_ function to support a live tree. Signed-off-by: Patrick Delaunay --- drivers/reboot-mode/reboot-mode-uclass.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/drivers/reboot-mode/reboot-mode-uclass.c b/drivers/reboot-mode/reboot-mode-uclass.c i

Re: [PATCHv5] drivers: tpm2: update reset gpio semantics

2021-09-20 Thread Ilias Apalodimas
On Thu, Jun 03, 2021 at 12:40:26PM +0200, Jorge Ramirez-Ortiz wrote: > Use the more generic reset-gpios property name. > > Signed-off-by: Jorge Ramirez-Ortiz > Acked-by: Michal Simek > --- > > v5: added Acked-by: Michal Simek > > .../tpm2/tis-tpm2-spi.txt | 3 ++- > dri

Re: [PATCH v2 1/1] fs: avoid superfluous messages

2021-09-20 Thread Simon Glass
On Mon, 20 Sept 2021 at 06:15, Heinrich Schuchardt wrote: > > Output like the following is quite irritating: > > => bootefi hello > Scanning disk mmc2.blk... > No valid Btrfs found > Bad magic number for SquashFS image. > ** Unrecognized filesystem type ** > Scanning disk m

Re: [PATCH 3/5] misc: Add Apple DART driver

2021-09-20 Thread Simon Glass
Hi Mark, On Mon, 20 Sept 2021 at 02:33, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Sun, 19 Sep 2021 21:16:00 -0600 > > > > Hi Mark, > > > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > > > The DART is an IOMMU that is used on Apple's M1 SoC. This driver > > > support

Re: [PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-09-20 Thread Simon Glass
Hi Tom, On Mon, 20 Sept 2021 at 09:20, Tom Rini wrote: > > On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote: > > > The Kconfig feature was added in 2014. Some 7 years later there are still > > quite a few CONFIG options that have not been migrated. It is time to > > close this out. > >

Re: [PATCH 1/5] arm: apple: Add initial support for Apple's M1 SoC

2021-09-20 Thread Simon Glass
Hi Mark, On Mon, 20 Sept 2021 at 02:49, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Sun, 19 Sep 2021 21:15:57 -0600 > > > > Hi Mark, > > > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > > > Add support for Apple's M1 SoC that is used in "Apple Silicon" > > > Macs. Thi

Re: [PATCH] demo: migrate uclass to livetree

2021-09-20 Thread Simon Glass
On Mon, 20 Sept 2021 at 09:58, Patrick Delaunay wrote: > > Use dev_ function to read the sides and colour to support a live tree. > > Signed-off-by: Patrick Delaunay > --- > > drivers/demo/demo-uclass.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > Reviewed-by: Simon Glass

Re: [PATCH] remoteproc: migrate uclass to livetree

2021-09-20 Thread Simon Glass
On Mon, 20 Sept 2021 at 09:56, Patrick Delaunay wrote: > > Use dev_ function to read the name and boolean to support a live tree. > > Signed-off-by: Patrick Delaunay > --- > > drivers/remoteproc/rproc-uclass.c | 16 ++-- > 1 file changed, 2 insertions(+), 14 deletions(-) Reviewed-by

Re: [PATCH] reboot-mode: migrate uclass to livetree

2021-09-20 Thread Simon Glass
On Mon, 20 Sept 2021 at 10:27, Patrick Delaunay wrote: > > Use dev_ function to support a live tree. > > Signed-off-by: Patrick Delaunay > --- > > drivers/reboot-mode/reboot-mode-uclass.c | 20 ++-- > 1 file changed, 6 insertions(+), 14 deletions(-) Reviewed-by: Simon Glass

[PATCH] rtc: ds1307: Handle oscillator-stop bit correctly

2021-09-20 Thread Mark Tomlinson
The DS1307 driver was originally based on the DS1337 driver. However, the functionality of the clock set/get functions has diverged. In the original DS1337 driver, the set/get functions did the following: 1) Setting the clock ensured the oscillator was enabled. 2) Getting the clock checked and

[PATCH 3/3] ARM:dts: sama5d2: Add pwm definition

2021-09-20 Thread Dan Sneddon
Add the PWM on the SAMA5D2. Signed-off-by: Dan Sneddon --- arch/arm/dts/sama5d2.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi index 6fb2cb25f9..ba1b69e629 100644 --- a/arch/arm/dts/sama5d2.dtsi +++ b/arch/arm/dts/sama5d2.dt

[PATCH 0/3] Add SAMA5D2 PWM Support

2021-09-20 Thread Dan Sneddon
Add support for the PWM found on SAMA5D2 SoCs. Dan Sneddon (3): pwm: Add PWM driver for SAMA5D2 dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2 ARM:dts: sama5d2: Add pwm definition arch/arm/dts/sama5d2.dtsi | 8 + doc/device-tree-bindings/pwm/pwm-at91.txt | 16 ++

[PATCH 1/3] pwm: Add PWM driver for SAMA5D2

2021-09-20 Thread Dan Sneddon
Add support for the PWM found on the SAMA5D2 family of devices. Signed-off-by: Dan Sneddon --- drivers/pwm/Kconfig| 6 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-at91.c | 207 + 3 files changed, 214 insertions(+) create mode 100644 drivers/p

[PATCH 2/3] dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2

2021-09-20 Thread Dan Sneddon
Document the bindings needed for the PWM device on the SAMA5D2. Signed-off-by: Dan Sneddon --- doc/device-tree-bindings/pwm/pwm-at91.txt | 16 1 file changed, 16 insertions(+) create mode 100644 doc/device-tree-bindings/pwm/pwm-at91.txt diff --git a/doc/device-tree-bindings/pw

Re: [PATCH] i2c: rcar_i2c: Enable configuring SCL rise and fall times

2021-09-20 Thread Heiko Schocher
Hello Adam, On 20.09.21 14:21, Adam Ford wrote: > On Tue, Aug 24, 2021 at 9:10 AM Adam Ford wrote: >> >> The Linux i2c driver supports i2c-scl-rising-time-ns, >> and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values >> for these values. >> >> Update the calculation by fetching them from

Re: [PATCH] i2c: rcar_i2c: Enable configuring SCL rise and fall times

2021-09-20 Thread Marek Vasut
On 9/21/21 6:13 AM, Heiko Schocher wrote: Hello Adam, On 20.09.21 14:21, Adam Ford wrote: On Tue, Aug 24, 2021 at 9:10 AM Adam Ford wrote: The Linux i2c driver supports i2c-scl-rising-time-ns, and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values for these values. Update the calcul

Re: [PATCH] i2c: mvtwsi: Add support for DM clocks and resets

2021-09-20 Thread Heiko Schocher
Hello Samuel, On 12.09.21 17:21, Samuel Holland wrote: > The controller may need to have clocks/resets enabled for it to work. > Add support for this. Since the clocks/resets are optional on some > platforms (per the device tree binding), do not prevent probing the > controller if they are missing