Re: [U-Boot] [PATCH v1 0/5] clk: Add a managed API and fix clock self-assignment

2019-10-20 Thread Lukasz Majewski
Hi Jean-Jacques, > This is the second of a few series, the goal of which is to facilitate > porting drivers from the linux kernel. Most of the series will be > about adding managed API to existing infrastructure (GPIO, reset, > phy,...) > > This particular series is about clocks. It adds a

[U-Boot] [PATCH v1 0/5] clk: Add a managed API and fix clock self-assignment

2019-09-30 Thread Jean-Jacques Hiblot
This is the second of a few series, the goal of which is to facilitate porting drivers from the linux kernel. Most of the series will be about adding managed API to existing infrastructure (GPIO, reset, phy,...) This particular series is about clocks. It adds a managed API, using the same API as

[U-Boot] [PATCH v1 0/5] regmap: Add a managed API, custom read/write callbacks and support for regmap fields

2019-09-27 Thread Jean-Jacques Hiblot
This is the first of a few series, the goal of which is to facilitate porting drivers from the linux kernel. Most of the series will be about adding managed API to existing infrastructure (GPIO, reset, phy,...) This particular series is about regmaps. It adds the managed API, using the same API

[U-Boot] [PATCH v1 0/5] imx: nandbcb: support for i.MX7 and bcb only updates

2019-09-16 Thread Igor Opaniuk
This introduces support for writing BCB(FCB/FDDT) for i.MX7 NAND-based platforms and additional subcommand for writing BCB only (without firmware). Igor Opaniuk (5): imx: gpmi: add defines for hw randominizer nand: mxs_nand: add API for switching different BCH layouts imx: nandbcb: add

[U-Boot] [PATCH v1 0/5] apalis/colibri_t30: uart pinmuxing improvements

2019-09-12 Thread Marcel Ziswiler
This series addresses some weaknesses in the current UART pinmuxing mainly observable when trying to use a different UART instance as main U-Boot serial console. Marcel Ziswiler (5): apalis/colibri_t30: add comment about tristate and input vs. output pinmuxing colibri_t30: fix spi1 and

Re: [U-Boot] [PATCH v1 0/5] imx6, display: enhancements for upcoming aristainetos DM support

2019-07-30 Thread Anatolij Gustschin
Hi Heiko, On Mon, 22 Jul 2019 06:49:03 +0200 Heiko Schocher h...@denx.de wrote: ... > Heiko Schocher (5): > global_data: enable fb_base for DM_VIDEO > mxc_ipuv3_fb.c: set gd->fb_base > bdinfo: show fb base with DM_VIDEO > mxc_ipuv3_fb.c: call display_enable > mxc_ipuv3_fb.c: enable a

[U-Boot] [PATCH v1 0/5] imx6, display: enhancements for upcoming aristainetos DM support

2019-07-21 Thread Heiko Schocher
some small enhancements for display support for the DM conversion of the aristainetos port. Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/559790510 Heiko Schocher (5): global_data: enable fb_base for DM_VIDEO mxc_ipuv3_fb.c: set gd->fb_base bdinfo: show fb base with

Re: [U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver

2019-07-21 Thread Marek Vasut
On 7/16/19 10:49 AM, Heiko Schocher wrote: > add DM support for USB OHCI over PCI. Therefore first add > some small fixes to get usb ohci-hcd driver working again > with mpc85xx. > > Base for the patchset is: > 6070ef409c - Merge branch '2019-07-12-master-imports' Applied all, thanks.

[U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver

2019-07-16 Thread Heiko Schocher
add DM support for USB OHCI over PCI. Therefore first add some small fixes to get usb ohci-hcd driver working again with mpc85xx. Base for the patchset is: 6070ef409c - Merge branch '2019-07-12-master-imports' Travis build see: https://travis-ci.org/hsdenx/u-boot-test/builds/559243960 Heiko

[U-Boot] [PATCH v1 0/5] imx: dm: Update mccmon6 board to only use DM/DTS in U-Boot proper

2019-05-21 Thread Lukasz Majewski
This patch series converts mccmon6 to use Driver Model and Device Tree in U-Boot proper. As the SPL is size constrained (and most notably the device has a strict boot time requirements) for this board (and uses falcon boot) - its conversion to DM/DTB will be added with separate patch series. The

[U-Boot] [PATCH v1 0/5] Kconfig conversion: CONFIG_SYS_[DI]CACHE_OFF

2019-04-18 Thread Trevor Woerner
This series of patches starts with a couple clean-up patches for various items related to CONFIG_SYS_[DI]CACHE_OFF, then converts these two configuration items to the Kconfig system. CONFIG_SYS_[DI]CACHE_OFF had been minimally converted to Kconfig, but only for the arc architecture; all other

[U-Boot] [PATCH v1 0/5] colibri imx8qxp 2gb wb it v1.0b module support

2019-04-06 Thread Marcel Ziswiler
This series fixes the i.MX 8QXP SCFW API header file, adds support for more lpuart instances, cleans-up and extends the Toradex SKU handling and last but not least introduces support for the Toradex Colibri iMX8QXP 2GB WB IT V1.0B module. This series is available together with my previous series

[U-Boot] [PATCH v1 0/5] db820: Add missing initialization for uart

2019-01-12 Thread Ramon Fried
Uart was lacking initialization of pinctrl & PLL's and relied on previous initialization from LK. Fix that. Ramon Fried (5): arm: mach-snapdragon: db820c: Actually init PLL for serial arm: mach-snapdragon: add pinctrl driver for db820c configs: dragonboard820c: Enable pinctrl/mux config

[U-Boot] [PATCH v1 0/5] Add pinmux command

2018-09-20 Thread Patrice Chotard
For debug purpose, it's useful to know the pins muxing to check is a pin is configured as a GPIO or as an alternate function. For this purpose a new command pinmux is implemented. This series adds: _ Add new pinmux_show ops to UCLASS pinctrl - Add new pinmux command - Add get_function()

[U-Boot] [PATCH v1 0/5] Add get_function_number ops

2018-08-01 Thread Patrice Chotard
This series : - Add new gpio ops get_function_number - Add get_function and get_function_number support to stm32 gpio driver - Add get_function_number test Christophe Kerello (1): gpio: stm32f7: Add ops get_function Patrice Chotard (2): gpio: sandbox: Rename GPIOF_(OUTPUT|HIGH|ODR)

Re: [U-Boot] [PATCH v1 0/5] board: toradex: add Colibri iMX6ULL support

2018-07-12 Thread Stefan Agner
On 30.05.2018 19:01, Stefan Agner wrote: > From: Stefan Agner > > This patchset adds Toradex Colibri iMX6ULL support. It makes > use of the device tree support for the MXS NAND driver and > hence depends on: > https://patchwork.ozlabs.org/cover/897263/ >

[U-Boot] [PATCH v1 0/5] board: toradex: add Colibri iMX6ULL support

2018-05-30 Thread Stefan Agner
From: Stefan Agner This patchset adds Toradex Colibri iMX6ULL support. It makes use of the device tree support for the MXS NAND driver and hence depends on: https://patchwork.ozlabs.org/cover/897263/ https://patchwork.ozlabs.org/cover/901995/ -- Stefan Stefan Agner (5): mtd: nand: mxs_nand:

[U-Boot] [PATCH v1 0/5] Update STM32 serial driver

2018-05-17 Thread Patrice Chotard
This series : _ adds support of DEBUG_UART _ fixes bit register define names _ add new setparity ops support in DM and in STM32 serial driver _ update STM32MP1 machine to allow DEBUG_UART activation Patrice Chotard (1): serial: stm32: Fix bits defines name Patrick Delaunay (4):

[U-Boot] [PATCH v1 0/5] Build AM335x when CONFIG_NET isn't defined

2018-03-29 Thread Alex Kiernan
Attempting to build AM335x without CONFIG_NET defined fails in assorted ways. This series fixes up those failures. Alex Kiernan (5): Migrate CONFIG_DRIVER_TI_CPSW to Kconfig ti: am335x: Fix bootargs when building without NET usb: gadget: USB_ETHER requires network support ti: am335x:

[U-Boot] [PATCH v1 0/5] rtc: remove redundant code in rtc_reset

2018-03-20 Thread Chris Packham
Someone at $dayjob pointed out some inconsistent behaviour between the ds1307 and the ds1337 rtc drivers for an old version of u-boot. Basically with ds1307 "date reset" changed the time whereas for the ds1337 it did not. I was about to send a patch to add code to ds1337 when I noticed Marek's

[U-Boot] [PATCH v1 0/5] Provide SPL support for bootcount (in the case of using falcon boot mode)

2018-02-26 Thread Lukasz Majewski
This patch series provides support for controlling bootcount limits in SPL. It also enables this feature on display5 board to present usage patterns. This patch is probably eligible for -next u-boot release (after v2018.03). This patch has been applied on top of u-boot/master: SHA1:

[U-Boot] [PATCH v1 0/5] Provide SPL support for bootcount (in the case of using falcon boot mode)

2018-02-10 Thread Lukasz Majewski
This patch series provides support for controlling bootcount limits in SPL. It also enables this feature on display5 board to present usage patterns. "Green" travis CI build: https://travis-ci.org/lmajewski/u-boot-dfu This patch has been applied on top of u-boot/master: SHA1:

[U-Boot] [PATCH v1 0/5] Enable PPA in SPL for ARMv8 Layerscape SoCs

2017-05-15 Thread York Sun
This is the first step to move NXP Layerscape SoCs to run at EL2. With PPA (an implementation of trusted firmware) loaded during SPL stage, the rest of U-Boot (and subsequently loaded RAM version) runs at EL2. Eventually non-SPL boot will also moves to this direction. York Sun (5): armv8:

Re: [U-Boot] [PATCH v1 0/5] various fixes mainly for colibri_t20

2016-09-14 Thread Marcel Ziswiler
On Mon, 2016-09-12 at 12:13 -0600, Stephen Warren wrote: > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > This series addresses various issues as seen on Colibri T20. Please > > note that for successful Ethernet operation not only on Colibri T20 > > but also on Colibri T30 the following

Re: [U-Boot] [PATCH v1 0/5] various fixes mainly for colibri_t20

2016-09-12 Thread Stephen Warren
On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: This series addresses various issues as seen on Colibri T20. Please note that for successful Ethernet operation not only on Colibri T20 but also on Colibri T30 the following patch will still need applying as well: [PATCH] net: asix: Fix ASIX 88772B

[U-Boot] [PATCH v1 0/5] various fixes mainly for colibri_t20

2016-09-09 Thread Marcel Ziswiler
This series addresses various issues as seen on Colibri T20. Please note that for successful Ethernet operation not only on Colibri T20 but also on Colibri T30 the following patch will still need applying as well: [PATCH] net: asix: Fix ASIX 88772B with driver model

[U-Boot] [PATCH v1 0/5] at91: add DM and DTS support for the at91 based siemens boards.

2016-05-24 Thread Heiko Schocher
This patchset adds DM / DTS support for the siemens at91 based boards. No special patches here, just based on the AT91 DM patches from Simon: [U-Boot,v2,01/18] at91: Add support for the AT91 slow clock controller http://patchwork.ozlabs.org/patch/618949/ [U-Boot,v2,02/18] arm: Allow skipping of

[U-Boot] [PATCH v1 0/5] SHEEVAPLUG : REFRESH 201412

2014-12-13 Thread Gérald Kerma
This serie of patch prepare SHEEVAPLUG for latest kernels Gérald Kerma (5): SHEEVAPLUG : FIX typo SHEEVAPLUG : FIX multiple defines SHEEVAPLUG : ADD generic board define SHEEVAPLUG : ADD CONFIG_CMD_FAT SHEEVAPLUG : ADD FDT support include/configs/sheevaplug.h | 10 +- 1 file

Re: [U-Boot] [PATCH v1 0/5] usb: eth: introduce Moschip MCS7830 driver

2014-02-17 Thread Gerhard Sittig
On Mon, Feb 17, 2014 at 02:25 +0100, Marek Vasut wrote: On Monday, February 17, 2014 at 12:01:06 AM, Gerhard Sittig wrote: [ ... ] hopefully I got the Cc: list right, Marek as the USB custodian, Simon for introducing the Asix driver in the past -- unfortunately I could not determine

[U-Boot] [PATCH v1 0/5] usb: eth: introduce Moschip MCS7830 driver

2014-02-16 Thread Gerhard Sittig
this series - adds a new USB ethernet driver for adapters that are based on the MCS7730/7830/7832 chips - enables the driver for those boards which previously had support for all other USB ethernet adapters - updates the README.usb documentation file to list all available drivers for USB

Re: [U-Boot] [PATCH v1 0/5] usb: eth: introduce Moschip MCS7830 driver

2014-02-16 Thread Marek Vasut
On Monday, February 17, 2014 at 12:01:06 AM, Gerhard Sittig wrote: this series - adds a new USB ethernet driver for adapters that are based on the MCS7730/7830/7832 chips - enables the driver for those boards which previously had support for all other USB ethernet adapters - updates the

[U-Boot] [PATCH v1 0/5] mtd: nand: omap: clean omap_gpmc.h headers

2013-11-22 Thread Pekon Gupta
(resending *only* to u-boot maillist as earlier message was moderated as below) [PATCH v1 0/5] mtd: nand: omap: clean omap_gpmc.h headers Is being held until the list moderator can review it for approval. The reason it is being held: Too many recipients to the

[U-Boot] [PATCH v1 0/5] mtd: nand: omap: clean omap_gpmc.h headers

2013-11-22 Thread Pekon Gupta
This patch series aims are cleaning and consolidationg GPMC declarations and macros in common file by: (1) Merges multiple omap_gpmc.h header files - arch/arm/include/asm/arch-xx/omap_gpmc.h: for individual SoC platform - arch/arm/include/asm/arch/omap_gpmc.h: common for all ARM SoC platform

[U-Boot] [PATCH v1 0/5] arm, am33xx: update for the am33xx based siemens boards

2013-10-22 Thread Heiko Schocher
Patch 1 introduces bootcount support for the 3 siemens boards. As there is no other possibility on this boards, the bootcounter is stored in the environment. To prevent a saveenv on all reboots, a upgrade_available U-Boot Environment variable is introduced. Patch 2 makes the enabling of the

[U-Boot] [PATCH v1 0/5]

2013-09-02 Thread Stefano Babic
Some phys have additional registers that are not covered by standard. Access to this registers can be done via specific sequence according to the phy datasheet. The driver for Micrel phy contains some additional function, that the board maintainer can call to tune the phy. However, these registers

Re: [U-Boot] [PATCH v1 0/5]

2013-09-02 Thread thomas.langer
Hello Stefano, Stefano Babic wrote on 2013-09-02: Some phys have additional registers that are not covered by standard. Access to this registers can be done via specific sequence according to the phy datasheet. The driver for Micrel phy contains some additional function, that the board

Re: [U-Boot] [PATCH v1 0/5]

2013-09-02 Thread Stefano Babic
Hi Thomas, On 02/09/2013 16:59, thomas.lan...@lantiq.com wrote: Hello Stefano, Stefano Babic wrote on 2013-09-02: Some phys have additional registers that are not covered by standard. Access to this registers can be done via specific sequence according to the phy datasheet. The driver

[U-Boot] [PATCH V1 0/5] prepare for mx6dl/ mx6solo

2012-10-23 Thread Troy Kisky
Each patch in this series should be able to be applied independently of the others. These patch have been seen before but I marked this as version 1, because they were in the middle of another series previously. Troy Kisky (5): mx6: soc: update get_cpu_rev and get_imx_type for

[U-Boot] [PATCH v1 0/5] env: handle special variables and selective env default

2011-11-18 Thread Gerlando Falauto
This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables. On top of that we implement a selective env default. A selective env import would imply a user API change and should therefore be discussed separately.