Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-29 Thread Marek Vasut
On 4/26/19 8:36 AM, Simon Goldschmidt wrote: > On Mon, Apr 22, 2019 at 9:24 PM Marek Vasut wrote: >> >> On 4/22/19 9:18 PM, Simon Goldschmidt wrote: >>> >>> >>> On 22.04.19 20:41, Marek Vasut wrote: On 4/22/19 8:22 PM, Simon Goldschmidt wrote: > Am 22.04.2019 um 20:01 schrieb Marek

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-26 Thread Simon Goldschmidt
On Mon, Apr 22, 2019 at 9:24 PM Marek Vasut wrote: > > On 4/22/19 9:18 PM, Simon Goldschmidt wrote: > > > > > > On 22.04.19 20:41, Marek Vasut wrote: > >> On 4/22/19 8:22 PM, Simon Goldschmidt wrote: > >>> Am 22.04.2019 um 20:01 schrieb Marek Vasut: > On 4/19/19 10:00 PM, Simon Goldschmidt

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-22 Thread Marek Vasut
On 4/22/19 9:18 PM, Simon Goldschmidt wrote: > > > On 22.04.19 20:41, Marek Vasut wrote: >> On 4/22/19 8:22 PM, Simon Goldschmidt wrote: >>> Am 22.04.2019 um 20:01 schrieb Marek Vasut: On 4/19/19 10:00 PM, Simon Goldschmidt wrote: > > > On 17.04.19 22:15, Marek Vasut wrote:

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-22 Thread Simon Goldschmidt
On 22.04.19 20:41, Marek Vasut wrote: On 4/22/19 8:22 PM, Simon Goldschmidt wrote: Am 22.04.2019 um 20:01 schrieb Marek Vasut: On 4/19/19 10:00 PM, Simon Goldschmidt wrote: On 17.04.19 22:15, Marek Vasut wrote: Add optional "mask" argument to the SoCFPGA bridge command, to select which

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-22 Thread Marek Vasut
On 4/22/19 8:22 PM, Simon Goldschmidt wrote: > Am 22.04.2019 um 20:01 schrieb Marek Vasut: >> On 4/19/19 10:00 PM, Simon Goldschmidt wrote: >>> >>> >>> On 17.04.19 22:15, Marek Vasut wrote: Add optional "mask" argument to the SoCFPGA bridge command, to select which bridges should be

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-22 Thread Simon Goldschmidt
Am 22.04.2019 um 20:01 schrieb Marek Vasut: On 4/19/19 10:00 PM, Simon Goldschmidt wrote: On 17.04.19 22:15, Marek Vasut wrote: Add optional "mask" argument to the SoCFPGA bridge command, to select which bridges should be enabled/disabled. This allows the user to avoid enabling bridges which

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-22 Thread Marek Vasut
On 4/19/19 10:00 PM, Simon Goldschmidt wrote: > > > On 17.04.19 22:15, Marek Vasut wrote: >> Add optional "mask" argument to the SoCFPGA bridge command, to select >> which bridges should be enabled/disabled. This allows the user to avoid >> enabling bridges which are not connected into the FPGA

Re: [U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-19 Thread Simon Goldschmidt
On 17.04.19 22:15, Marek Vasut wrote: Add optional "mask" argument to the SoCFPGA bridge command, to select which bridges should be enabled/disabled. This allows the user to avoid enabling bridges which are not connected into the FPGA fabric. Default behavior is to enable/disable all bridges.

[U-Boot] [PATCH 4/4] ARM: socfpga: Add support for selecting bridges in bridge command

2019-04-17 Thread Marek Vasut
Add optional "mask" argument to the SoCFPGA bridge command, to select which bridges should be enabled/disabled. This allows the user to avoid enabling bridges which are not connected into the FPGA fabric. Default behavior is to enable/disable all bridges. Signed-off-by: Marek Vasut Cc: Chin