Unused.
Signed-off-by: Andre Heider
---
include/configs/smdkv310.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h
index ede057322f..fc2f6ecf6b 100644
--- a/include/configs/smdkv310.h
+++ b/include/configs/smdkv310.h
@@ -27,9 +27,6 @@
There're no users left.
Signed-off-by: Andre Heider
---
scripts/config_whitelist.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 093e432efc..470506da5b 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelis
In prepartion to remove CONFIG_DEFAULT_CONSOLE, fold the current users.
Signed-off-by: Andre Heider
---
include/configs/odroid.h| 7 +--
include/configs/odroid_xu3.h| 6 +-
include/configs/s5p_goni.h | 8 +---
include/configs/s5pc210_universal.h | 7 +
These are all unused.
Signed-off-by: Andre Heider
---
This sets completely removes CONFIG_DEFAULT_CONSOLE from the tree.
Only compile time tested.
include/configs/arndale.h | 2 --
include/configs/espresso7420.h | 3 ---
include/configs/origen.h | 5 -
include/configs/peach-pi.h
On Wed, Sep 16, 2020 at 11:40:08AM +, Joakim Tjernlund wrote:
> On Wed, 2020-09-16 at 13:14 +0200, Heinrich Schuchardt wrote:
> > CAUTION: This email originated from outside of the organization. Do not
> > click links or open attachments unless you recognize the sender and know
> > the conten
On Wed, Sep 16, 2020 at 02:44:45PM +0200, Heinrich Schuchardt wrote:
> On 16.09.20 14:05, Joakim Tjernlund wrote:
> > On Wed, 2020-09-16 at 13:55 +0200, Heinrich Schuchardt wrote:
> >> On 16.09.20 13:40, Joakim Tjernlund wrote:
> >>> On Wed, 2020-09-16 at 13:14 +0200, Heinrich Schuchardt wrote:
> >
On Wed, Sep 16, 2020 at 01:14:56PM +0200, Heinrich Schuchardt wrote:
> On 16.09.20 10:13, AKASHI Takahiro wrote:
> > On Wed, Sep 16, 2020 at 01:19:03AM +0200, Heinrich Schuchardt wrote:
> >> On 9/11/20 7:26 PM, Andrii Voloshyn wrote:
> >>> Hi there,
> >>>
> >>> Does U-boot take into account cer
Hello Tom,
Am 16.09.2020 um 21:01 schrieb Tom Rini:
On Wed, Sep 16, 2020 at 07:04:57AM +0200, Heiko Schocher wrote:
Hello Mario, Tom,
added Tom to cc ...
Am 08.09.2020 um 07:59 schrieb Heiko Schocher:
Hi Mario,
Am 17.08.2020 um 07:23 schrieb Heiko Schocher:
Hello Mario,
Am 27.05.2020 um 1
Hello Rasmus,
Am 16.09.2020 um 21:35 schrieb Rasmus Villemoes:
On 16/09/2020 07.04, Heiko Schocher wrote:
Hello Mario, Tom,
added Tom to cc ...
Am 08.09.2020 um 07:59 schrieb Heiko Schocher:
Hi Mario,
Am 17.08.2020 um 07:23 schrieb Heiko Schocher:
Hello Mario,
Am 27.05.2020 um 14:43 schri
Hi Sean,
On Wed, 16 Sep 2020 at 19:40, Sean Anderson wrote:
>
>
> On 9/16/20 9:09 PM, Simon Glass wrote:
> > On Sat, 12 Sep 2020 at 18:28, Sean Anderson wrote:
> >>
> >> The name of the device we are working on is `ethdev` and not just `dev`.
> >>
> >> Signed-off-by: Sean Anderson
> >> ---
> >>
Hi Sean,
On Wed, 16 Sep 2020 at 19:44, Sean Anderson wrote:
>
> On 9/16/20 9:09 PM, Simon Glass wrote:
> > Hi Sean,
> >
> > On Sat, 12 Sep 2020 at 15:46, Sean Anderson wrote:
> >>
> >> There are two cases where uclass_find can return an error. The second is
> >> when the uclass has not yet been
On 9/16/20 9:09 PM, Simon Glass wrote:
> Hi Sean,
>
> On Sat, 12 Sep 2020 at 15:46, Sean Anderson wrote:
>>
>> There are two cases where uclass_find can return an error. The second is
>> when the uclass has not yet been init'd. The first is when the driver model
>> has not been init'd (or has bee
On 9/16/20 9:09 PM, Simon Glass wrote:
> On Sat, 12 Sep 2020 at 18:28, Sean Anderson wrote:
>>
>> The name of the device we are working on is `ethdev` and not just `dev`.
>>
>> Signed-off-by: Sean Anderson
>> ---
>>
>> net/mdio-uclass.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions
On Sat, 12 Sep 2020 at 15:46, Sean Anderson wrote:
>
> net_init does not always succeed, and there is no existing mechanism to
> discover errors. This patch allows callers of net_init (such as net_init)
> to handle errors. The root issue is that eth_get_dev can fail, but
> net_init_loop doesn't ex
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> Remove some prefixes, or get the device from the phy.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/net/mvpp2.c | 23 ---
> 1 file changed, 12 insertions(+), 11 deletions(-)
Reviewed-by: S
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> netdev_xxx evaluates to printf in U-Boot, so there is no extra info
> printed. mvneta is one of two drivers which use these functions in U-Boot.
> Convert these functions to dev_xxx where possible (and to log_xxx where
> not).
>
> Signed-off-b
On Mon, 14 Sep 2020 at 02:01, Heinrich Schuchardt wrote:
>
> When a message is written by a log driver (e.g. via the network stack) this
> may result in the generation of further messages. We cannot allow these
> additional messages to be emitted as this might result in an infinite
> recursion.
>
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> This adds a udevice parameter to get_best_delay and msdc_set_mclk so they
> can call dev_err properly.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/mmc/mtk-sd.c | 24 +---
> 1 file changed
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> Pass a udevice into a few functions so `dev` is defined.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/net/sun8i_emac.c | 9 +
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
Reviewed-by: Simon Gl
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> Get it from spinand->slave->dev. Another option would be to use
> spinand_to_mtd(spinand)->dev, but this is what the existing code uses.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/mtd/nand/spi/core.c | 8 ++
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> No need for indirection here.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/net/mvneta.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass
On Sat, 12 Sep 2020 at 18:28, Sean Anderson wrote:
>
> This function is never used anywhere, and it also tries to log with a
> nonexistant device.
>
> Signed-off-by: Sean Anderson
> ---
>
> drivers/remoteproc/rproc-elf-loader.c | 16
> include/remoteproc.h | 13
On Thu, 10 Sep 2020 at 10:18, Patrick Delaunay wrote:
>
> Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the
> driver can support live DT.
>
> Signed-off-by: Patrick Delaunay
> ---
>
> drivers/power/regulator/gpio-regulator.c | 22 +-
> 1 file changed, 13 i
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> There's no dev to log with, so pass the device along with the priv data.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/net/sunxi_emac.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
Reviewed-
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> This substitutes literal log levels with their symbolic constants.
>
> Signed-off-by: Sean Anderson
> ---
>
> (no changes since v1)
>
> include/dm/device_compat.h | 21 +++--
> 1 file changed, 11 insertions(+), 10 deletions(-
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> netdev_xxx evaluates to printf in U-Boot, so there is no extra info
> printed. mvpp2 one of only two drivers which use these functions in U-Boot.
> Convert these functions to dev_xxx where possible (and to log_xxx where
> not).
>
> Signed-off-
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> Remove the indirection.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/smem/msm_smem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> This macro is necessary for arasan_zynqmp_dll_reset to compile.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> include/mmc.h | 2 ++
> 1 file changed, 2 insertions(+)
>
Reviewed-by: Simon Glass
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> dev needs to be gotten from mbox_chan
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/mailbox/k3-sec-proxy.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> Use mtd_info to get a device to log with.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/mtd/nand/raw/atmel_nand.c | 69 +--
> 1 file changed, 39 insertions(+), 30 deletions(-)
>
Re
On Tue, 15 Sep 2020 at 08:46, Sean Anderson wrote:
>
> No drivers in U-Boot use these functions.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> include/linux/compat.h | 19 ---
> 1 file changed, 19 deletions(-)
Reviewed-by: Simon Glass
On Tue, 15 Sep 2020 at 08:17, Sean Anderson wrote:
>
> To test this function, sandbox CPU must set cpu_platdata.timebase_freq on
> bind. It also needs to expose a method to set the current cpu. I also make
> some most members of cpu_sandbox_ops static.
>
> On the timer side, the device tree proper
On Mon, 14 Sep 2020 at 03:00, Heinrich Schuchardt wrote:
>
> Write the 'No ethernet found' message via the log drivers. This allows
> suppressing it during output via the syslog driver.
>
> This fixes the problem reported in:
>
> [PATCH 0/4] log: Fix the syslog spam when running tests
> https://li
On Tue, 15 Sep 2020 at 08:45, Sean Anderson wrote:
>
> The udevice we are working with is called `bus` and not `dev`.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
> drivers/i2c/mxc_i2c.c | 7 +--
> 1 file changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Simon Gla
On Mon, 14 Sep 2020 at 02:12, Heinrich Schuchardt wrote:
>
> doc/README.log was already moved to doc/develop/logging.rst but has been
> recreated by an incorrect merge.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> doc/README.log | 286 -
> 1 file
On Wed, 16 Sep 2020 at 02:48, Michal Simek wrote:
>
> From: T Karthik Reddy
>
> pxe sub commands need to be manually relocated for architectures which
> enables MANUAL_RELOC as Microblaze.
>
> Signed-off-by: T Karthik Reddy
> Signed-off-by: Michal Simek
> ---
>
> cmd/pxe.c | 14 ++
On Sat, 12 Sep 2020 at 15:46, Sean Anderson wrote:
>
> Since the previous patch, net_init now exposes some errors, so check for
> them.
>
> Signed-off-by: Sean Anderson
> ---
>
> common/log_syslog.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass
On Thu, 10 Sep 2020 at 10:26, Patrick Delaunay wrote:
>
> In the live tree API ofnode_parse_phandle_with_args, the cell_count
> argument must be used when cells_name is NULL.
>
> But this argument is not provided to the live DT function
> of_parse_phandle_with_args even it is provided to
> fdtdec_
Hi Sean,
On Sat, 12 Sep 2020 at 15:46, Sean Anderson wrote:
>
> There are two cases where uclass_find can return an error. The second is
> when the uclass has not yet been init'd. The first is when the driver model
> has not been init'd (or has been only partially init'd) and there is no
> root u
On Sat, 12 Sep 2020 at 18:28, Sean Anderson wrote:
>
> This substitutes literal log levels with their symbolic constants.
>
> Signed-off-by: Sean Anderson
> ---
>
> include/dm/device_compat.h | 21 +++--
> 1 file changed, 11 insertions(+), 10 deletions(-)
>
Reviewed-by: Simon Gl
On Sat, 12 Sep 2020 at 18:28, Sean Anderson wrote:
>
> The name of the device we are working on is `ethdev` and not just `dev`.
>
> Signed-off-by: Sean Anderson
> ---
>
> net/mdio-uclass.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass
BTW I really like u
On Thu, 10 Sep 2020 at 02:50, Patrice Chotard wrote:
>
> From: Etienne Carriere
>
> Add boolean input argument @no_map to helper function
> fdtdec_add_reserved_memory() to add or not "no-map" property
> for an added reserved memory node.
>
> Property no-map is used by the Linux kernel to not not
On Thu, 10 Sep 2020 at 04:53, Michal Simek wrote:
>
> The patch does sed 's/SPL_FPGA_SUPPORT/SPL_FPGA/g' but also fixing Makefile
> and zynqmp.c to simplify if/endif logic in zynqmp.c.
>
> This change is mostly done to be able to use CONFIG_IS_ENABLED macro and
> obj-$(CONFIG_$(SPL_)FPGA) in Makef
On Thu, 10 Sep 2020 at 10:18, Patrick Delaunay wrote:
>
> Update the size of states_array to avoid overflow for
> dev_pdata->voltages[j] and dev_pdata->states[j].
>
> As the size of array is GPIO_REGULATOR_MAX_STATES, the size of
> states_array is limited by GPIO_REGULATOR_MAX_STATES * 2 = 4
> ins
On 9/16/20 5:43 PM, Biju Das wrote:
> Hi Marek,
Hi,
[...]
>>> +++ b/drivers/net/ravb.c
>>> @@ -438,7 +438,8 @@ static int ravb_config(struct udevice *dev)
>>>
>>> writel(mask, eth->iobase + RAVB_REG_ECMR);
>>>
>>> -phy->drv->writeext(phy, -1, 0x02, 0x08, (0x0f << 5) | 0x19);
>>> +if (phy->drv->
On Wed, Sep 16, 2020 at 9:26 AM Martin Cerveny wrote:
>
>
>
> On Wed, 16 Sep 2020, Maxime Ripard wrote:
>
> > On Wed, Sep 16, 2020 at 04:10:48PM +0200, Martin Cerveny wrote:
> >> Weird code or comment. This is variant is tested on V3s.
> >>
> >> Signed-off-by: Martin Cerveny
> >
> > Generally spe
Hi Heinrich,
> On 9/11/20 7:26 PM, Andrii Voloshyn wrote:
>> Hi there,
>>
>> Does U-boot take into account certificate expiration date when verifying
>> signed
>> images in FIT? In other words, is date stored along with the public key in
>> DTB
>> file?
>>
>> Cheers,
>> Andy
>>
>
> Hello Phi
On Wed, Sep 16, 2020 at 02:44:45PM +0200, Heinrich Schuchardt wrote:
> On 16.09.20 14:05, Joakim Tjernlund wrote:
> > On Wed, 2020-09-16 at 13:55 +0200, Heinrich Schuchardt wrote:
> >> On 16.09.20 13:40, Joakim Tjernlund wrote:
> >>> On Wed, 2020-09-16 at 13:14 +0200, Heinrich Schuchardt wrote:
> >
it repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
> tags/u-boot-rockchip-20200916
>
> for you to fetch changes up to 5b861eea7927da63f016b75265e454a19ab19d0b:
>
> rockchip: make_fit_atf: ignore empty PT_LOAD segment (2020-09-16 16:41:30
On Mon, Sep 14, 2020 at 11:48:35PM +0200, Heinrich Schuchardt wrote:
> Dear Tom,
>
> The following changes since commit 00e5fda0063eaa20e9c3f6844ac88c64eb875f23:
>
> Merge branch '2020-09-12-assorted-bugfixes' (2020-09-14 15:39:46 -0400)
>
> are available in the Git repository at:
>
> http
On 16/09/2020 07.04, Heiko Schocher wrote:
> Hello Mario, Tom,
>
> added Tom to cc ...
>
> Am 08.09.2020 um 07:59 schrieb Heiko Schocher:
>> Hi Mario,
>>
>> Am 17.08.2020 um 07:23 schrieb Heiko Schocher:
>>> Hello Mario,
>>>
>>> Am 27.05.2020 um 14:43 schrieb Heiko Schocher:
This patch
On Wed, Sep 16, 2020 at 07:04:57AM +0200, Heiko Schocher wrote:
> Hello Mario, Tom,
>
> added Tom to cc ...
>
> Am 08.09.2020 um 07:59 schrieb Heiko Schocher:
> > Hi Mario,
> >
> > Am 17.08.2020 um 07:23 schrieb Heiko Schocher:
> > > Hello Mario,
> > >
> > > Am 27.05.2020 um 14:43 schrieb Heiko
u-boot also supports pxe booting using a syslinux config file
https://github.com/u-boot/u-boot/blob/master/doc/README.pxe
Dennis
On Tue, Sep 15, 2020 at 5:43 PM Heinrich Schuchardt wrote:
>
> On 9/1/20 2:49 PM, Ahsan Zia (TAU) wrote:
> > Hi All,
> >
> > I need some ideas regarding Boot Over Ehte
On Wed, Sep 16, 2020 at 05:00:26PM +0200, Wolfgang Wallner wrote:
> -"Andy Shevchenko" schrieb: -
> > Betreff: Re: [PATCH 1/2] x86: acpi: Fix calculation of DSDT length
> >
> > On Wed, Sep 09, 2020 at 04:08:17PM +0300, Andy Shevchenko wrote:
> > > On Wed, Sep 09, 2020 at 02:33:20PM +0200,
Hi Marek,
Thanks for the feedback.
> Subject: Re: [PATCH 3/4] arm: rmobile: Add RZ/G2M SoC
>
> On 9/15/20 4:36 PM, Biju Das wrote:
> [...]
> > static int rmobile_cpuinfo_idx(void)
> > {
> > int i = 0;
> > u32 cpu_type = rmobile_get_cpu_type();
> > +const struct udevice_id *match = of_soc_matc
Hi Marek,
Thanks for the review.
> Subject: Re: [PATCH] net: ravb: Fix NULL pointer access
>
> On 9/15/20 4:10 PM, Biju Das wrote:
> [...]
> > +++ b/drivers/net/ravb.c
> > @@ -438,7 +438,8 @@ static int ravb_config(struct udevice *dev)
> >
> > writel(mask, eth->iobase + RAVB_REG_ECMR);
> >
> > -
Hi there
I don't think it would make sense to check for expiration (even in case we
would have full certificates like PKCS#7 verifiy)
At our point of the boot process we normally do not have access to a trusted
time/date, so any check could be simply spoofed or even worse fails, because
wall
On Wed, Sep 16, 2020 at 04:57:53PM +0200, Wolfgang Wallner wrote:
> Add a missing memset to acpi_create_spcr().
>
> The other acpi_create_() functions perform a memset on their
> structures, acpi_create_spcr() does not and as a result the contents of
> this table are partly uninitialized (and
Hi Andy,
-"Andy Shevchenko" schrieb: -
> Betreff: Re: [PATCH 1/2] x86: acpi: Fix calculation of DSDT length
>
> On Wed, Sep 09, 2020 at 04:08:17PM +0300, Andy Shevchenko wrote:
> > On Wed, Sep 09, 2020 at 02:33:20PM +0200, Wolfgang Wallner wrote:
> > > Currently, the calculation for the
Add a missing memset to acpi_create_spcr().
The other acpi_create_() functions perform a memset on their
structures, acpi_create_spcr() does not and as a result the contents of
this table are partly uninitialized (and thus random after every reset).
Fixes: commit b288cd960072 ("x86: acpi: Gen
Currently, the calculation for the length of the DSDT table includes any
bytes that are added for alignment, but those bytes are not initialized.
This is because the DSDT length is calculated after a call to
acpi_inc_align(). Split this up into the following sequence:
* acpi_inc()
* Calculate
On Wed, Sep 16, 2020 at 04:10:52PM +0200, Martin Cerveny wrote:
> Add PWM and dummy power regulator support.
> Modify data timings for LCD displays.
>
> Signed-off-by: Martin Cerveny
> ---
> configs/LicheePi_Zero_defconfig | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/configs/Lic
On Wed, Sep 16, 2020 at 04:10:51PM +0200, Martin Cerveny wrote:
> Add support for DE2 and TCON connected LCD display.
> Add support for export as "allwinner,simple-framebuffer"
> with "mixer0-lcd0" pipeline.
>
> Signed-off-by: Martin Cerveny
You shouldn't do multiple things at once. If you need
On Wed, Sep 16, 2020 at 04:10:48PM +0200, Martin Cerveny wrote:
> Weird code or comment. This is variant is tested on V3s.
>
> Signed-off-by: Martin Cerveny
Generally speaking your commit logs are fairly concise, but it really
becomes an issue when you're allegedly fixing a bug.
There's a bunch
On 9/16/20 3:56 PM, Peng Fan wrote:
> Hi Marek,
Hi,
>> Subject: Re: [PATCH 13/13] usb: ehci-mx6: Improve the bind function
>>
>> On 9/16/20 2:57 PM, peng@nxp.com wrote:
>> [...]
>>> +++ b/drivers/usb/host/ehci-mx6.c
>>> @@ -735,13 +735,16 @@ static int ehci_usb_bind(struct udevice *dev)
>>>
On 9/15/20 4:36 PM, Biju Das wrote:
[...]
> diff --git a/arch/arm/mach-rmobile/Kconfig.64
> b/arch/arm/mach-rmobile/Kconfig.64
> index 07f607dd9d..2290be725f 100644
> --- a/arch/arm/mach-rmobile/Kconfig.64
> +++ b/arch/arm/mach-rmobile/Kconfig.64
> @@ -4,6 +4,8 @@ menu "Select Target SoC"
>
> c
On 9/15/20 4:36 PM, Biju Das wrote:
[...]
> static int rmobile_cpuinfo_idx(void)
> {
> int i = 0;
> u32 cpu_type = rmobile_get_cpu_type();
> + const struct udevice_id *match = of_soc_match_compatible();
>
> for (; i < ARRAY_SIZE(rmobile_cpuinfo); i++)
> - if (r
Hi Sean,
> From: Sean Anderson
> Sent: mardi 15 septembre 2020 16:45
>
> This series adds some additional information to dev_xxx output. This requires
> the
> first argument to dev_xxx to be a struct udevice. The first argument has never
> been used in U-Boot, so many drivers have some invalid
On 16. 09. 20 15:47, Heinrich Schuchardt wrote:
> On 16.09.20 15:31, Michal Simek wrote:
>> Add fragment to cover documenation for Xilinx platforms.
>>
>> Signed-off-by: Michal Simek
>> ---
>>
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
Hi Marek,
> Subject: Re: [PATCH 13/13] usb: ehci-mx6: Improve the bind function
>
> On 9/16/20 2:57 PM, peng@nxp.com wrote:
> [...]
> > +++ b/drivers/usb/host/ehci-mx6.c
> > @@ -735,13 +735,16 @@ static int ehci_usb_bind(struct udevice *dev)
> > * the driver is fully converted to DT prob
On 9/15/20 4:15 PM, Biju Das wrote:
> Add support to identify R8A7796 r1.3 SoC.
Applied to sh/next, thanks.
On 9/15/20 4:10 PM, Biju Das wrote:
[...]
> +++ b/drivers/net/ravb.c
> @@ -438,7 +438,8 @@ static int ravb_config(struct udevice *dev)
>
> writel(mask, eth->iobase + RAVB_REG_ECMR);
>
> - phy->drv->writeext(phy, -1, 0x02, 0x08, (0x0f << 5) | 0x19);
> + if (phy->drv->writeext)
> +
On 9/16/20 2:56 PM, peng@nxp.com wrote:
[...]
> +++ b/drivers/usb/host/ehci-mx6.c
> @@ -665,7 +665,11 @@ static int ehci_usb_bind(struct udevice *dev)
>* With these changes in place, the ad-hoc indexing goes away and
>* the driver is fully converted to DT probing.
>*/
>
On 9/16/20 2:57 PM, peng@nxp.com wrote:
> From: Ye Li
>
> Some iMX6 platforms will meet "EHCI timed out on TD" when reading
> or writing data to USB disk. The root cause is last QTD reports
> data buffer error.
> Accroding to RM, this event indicates that an overrun of incoming
> data or a un
On 9/16/20 2:57 PM, peng@nxp.com wrote:
> From: Ye Li
>
> Currently the clocks and power of USB controller and USB PHY are both
> controlled by ehci-mx6 driver in device probe. However, the function
> "ehci_usb_ofdata_to_platdata" calls "ehci_usb_phy_mode"
> to access PHY registers when "dr_m
On 9/16/20 2:57 PM, peng@nxp.com wrote:
[...]
> +++ b/drivers/usb/host/ehci-mx6.c
> @@ -735,13 +735,16 @@ static int ehci_usb_bind(struct udevice *dev)
>* the driver is fully converted to DT probing.
>*/
> u32 controller_spacing;
> - if (IS_ENABLED(CONFIG_MX6))
> -
On 9/16/20 2:57 PM, peng@nxp.com wrote:
[...]
> +int __weak board_ehci_usb_phy_mode(struct udevice *dev)
> +{
> + return USB_INIT_HOST;
> +}
> +
> static int ehci_usb_phy_mode(struct udevice *dev)
> {
> struct usb_platdata *plat = dev_get_platdata(dev);
> @@ -634,6 +653,15 @@ static
On 9/16/20 2:56 PM, peng@nxp.com wrote:
[...]
> +++ b/arch/arm/include/asm/arch-imx8/clock.h
> @@ -24,4 +24,12 @@ enum mxc_clock {
>
> u32 mxc_get_clock(enum mxc_clock clk);
>
> +#define PLL_USB_EN_USB_CLKS_MASK (1 << 6)
Use BIT(6)
[...]
> +++ b/drivers/usb/host/ehci-mx6.c
> @@ -67,
On 9/16/20 2:56 PM, peng@nxp.com wrote:
[...]
> @@ -569,6 +571,20 @@ static int ehci_usb_phy_mode(struct udevice *dev)
> if ((fdt_addr_t)addr == FDT_ADDR_T_NONE)
> return -EINVAL;
>
> + /* Need to power on the PHY before access it */
> +#if CONF
On 9/16/20 2:56 PM, peng@nxp.com wrote:
> From: Ye Li
>
> Since the i.MX8MM reuses the otg controllers on i.MX7D. We can use
> CONFIG_USB_EHCI_MX7 for them.
>
> Due the TCPC and load switch are used on Typec circuit. Add the
> board_usb_init and board_usb_cleanup to ehci-mx6 DM driver. So
>
On 9/16/20 2:56 PM, peng@nxp.com wrote:
> From: Peng Fan
>
> Use uintptr_t and ulong to avoid build warning for ARM64 platforms
>
> Signed-off-by: Peng Fan
> ---
> drivers/usb/host/ehci-mx6.c | 20 ++--
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/d
On 16.09.20 15:31, Michal Simek wrote:
> Add fragment to cover documenation for Xilinx platforms.
>
> Signed-off-by: Michal Simek
> ---
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 101f4e185df3..c6c100e87cab 100644
> --- a/MAINTAINERS
On 9/16/20 9:30 AM, Patrick DELAUNAY wrote:
> Hi Sean,
>
>> From: Sean Anderson
>> Sent: mardi 15 septembre 2020 16:45
>>
>> This adds a dev argument to some functions so dev_xxx always has a device to
>> log with. In one instance we must use use a different log function when we
>> are
>> compil
Hi Simon,
On 01. 09. 20 17:26, Simon Glass wrote:
> Hi Michal,
>
> On Tue, 1 Sep 2020 at 09:15, Michal Simek wrote:
>>
>> Hi Simon,
>>
>> On 30. 08. 20 22:37, Simon Glass wrote:
>>> Hi Michal,
>>>
>>> On Wed, 26 Aug 2020 at 08:12, Michal Simek wrote:
Hi,
On 25. 08. 20 18:57,
Add missing documentation for Xilinx ZynqMP R5 configuration with steps how
to run it.
Signed-off-by: Michal Simek
---
doc/board/xilinx/index.rst | 1 +
doc/board/xilinx/zynqmp-r5.rst | 137 +
2 files changed, 138 insertions(+)
create mode 100644 doc/board
Add missing documentation for Xilinx ZynqMP configuration with steps how
to configure it and run it.
Signed-off-by: Michal Simek
---
doc/board/xilinx/index.rst | 1 +
doc/board/xilinx/zynqmp.rst | 97 +
2 files changed, 98 insertions(+)
create mode 100644
- Correct location of BSP code
- Remove TODO which is done already
Signed-off-by: Michal Simek
---
doc/board/xilinx/zynq.rst | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/doc/board/xilinx/zynq.rst b/doc/board/xilinx/zynq.rst
index f564434b69c4..438912fe42c2 100644
--
Hi,
this series is trying to update documentation for Xilinx SoCs.
Based on this documentation developers should be able to configure and run
u-boot on their platforms.
Thanks,
Michal
Michal Simek (5):
MAINTAINERS: Record documentation for Xilinx platforms
doc: board: xilinx: zynq.rst: Upda
Add fragment to cover documenation for Xilinx platforms.
Signed-off-by: Michal Simek
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 101f4e185df3..c6c100e87cab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -548,6 +548,7 @@ F: drivers/usb/host
Several drivers have been added without updating documentation.
And also some dt bindings have been moved to yaml.
Signed-off-by: Michal Simek
---
doc/board/xilinx/xilinx.rst | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/doc/board/xilinx/xilinx.rst b/doc/
Hi Sean,
> From: Sean Anderson
> Sent: mardi 15 septembre 2020 16:45
>
> This adds a dev argument to some functions so dev_xxx always has a device to
> log with. In one instance we must use use a different log function when we are
> compiled without DM_USB.
>
> Signed-off-by: Sean Anderson
> -
Hi Sean,
> From: Sean Anderson
> Sent: mardi 15 septembre 2020 16:45
>
> There is no member `dev` in dw_mipi_dsi, but there is one in mipi_dsi_host,
> so use
> that.
>
> Signed-off-by: Sean Anderson
> ---
>
> Changes in v2:
> - New
>
Reviewed-by: Patrick Delaunay
Thanks
Patrick
From: Li Jun
If one of functions is not super speed capable, we need force the udc
to be high speed, this is an equivalent implementation of
usb_gadget_udc_set_speed() in kernel but simple, which set the gadget
max_speed to be high speed, so afterwards when start gadget duc can
set the HW to be U
From: Li Jun
Remove the gadget driver speed check, and set its max_speed to
be USB_SPEED_HIGH.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/ci_udc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletion
From: Li Jun
Change to use wMaxPacketSize of current speed EP desc for request
length wrap up.
Reviewed-by: Peter Chen
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/f_fastboot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/f_fa
From: Li Jun
As we need standard usb_ep's desc, so set it when enable ep.
Reviewed-by: Peter Chen
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/ci_udc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/ci_udc.c b/drivers/usb/gadget/ci_udc.c
inde
From: Li Jun
This patch is to add usb gadget super speed support in common
driver, including BOS descriptor and select the super speed
descriptor from function driver.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
driver
From: Li Jun
Add super speed EP config.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/f_fastboot.c | 47 ++---
1 file changed, 44 insertions(+), 3 deletions(-)
diff --git a
From: Jun Li
The current way to set cdev->os_desc_config is wrong if user restart
fastboot, as the old config is not used anymore and new allocated
usb_configuration will be used, so set the os_desc_config while
usb_add_config.
Reviewed-by: Ye Li
Signed-off-by: Li Jun
Signed-off-by: Peter Chen
From: Li Jun
Set its max_speed to be super speed.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/g_dnl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/g_dnl.c b/drivers/usb/gadg
1 - 100 of 165 matches
Mail list logo