From: Rob Herring
On the highbank platform the SoC's management controller firmware
will probe the DRAM modules and populates the initial device tree with
the correct values. Therefore the memory sizes in the DT are already
correct, so remove U-Boot's DRAM bank setup so the memory node is not
"fi
Avoid clearing the reg property in the memory DT node if no memory
banks have been specified for a board (CONFIG_NR_DRAM_BANKS == 0).
This allows boards to let U-Boot skip the DT memory tinkering in case
other firmware has already setup the node properly before.
This should be safe as all callers o
On Saturday, June 20, 2015 at 08:12:32 PM, Hans de Goede wrote:
> Hi,
Hi!
> On 20-06-15 18:08, Marek Vasut wrote:
> > On Saturday, June 20, 2015 at 05:35:06 PM, Hans de Goede wrote:
> >> Hi All,
> >>
> >> Here is a small series enabling the combined use of ehci + musb-otg on
> >> more sunxi boar
Hi,
On 20-06-15 18:08, Marek Vasut wrote:
On Saturday, June 20, 2015 at 05:35:06 PM, Hans de Goede wrote:
Hi All,
Here is a small series enabling the combined use of ehci + musb-otg on more
sunxi boards. This applies on top of my large series for making this
possible posted earlier.
As said b
On Saturday, June 20, 2015 at 05:35:06 PM, Hans de Goede wrote:
> Hi All,
>
> Here is a small series enabling the combined use of ehci + musb-otg on more
> sunxi boards. This applies on top of my large series for making this
> possible posted earlier.
>
> As said before I believe it is best if al
This Patch replaces the arithmatic operators with bitwise
operators for optimizations hoping it would save some cycles
Signed-off-by: Chakra Divi
---
Note: Jagan or anyone please test this patch, I don't have hardware with me.
---
drivers/spi/zynq_spi.c |4 ++--
1 file changed, 2 insertions(
When we return an error the usb core will log a message, so in this case
do not print a newline, instead print ": " after our identifier as a
seperator between our identifier and the error message logged by the core.
Signed-off-by: Hans de Goede
---
drivers/usb/musb-new/sunxi.c | 11 ---
Now that the device-model port of the musb mode makes it possible, enable
both the ehci and oth in host mode on boards where the otg is wired up in
host only mode, either via an usb-a receptacle or via an usb <-> sata
converter.
Signed-off-by: Hans de Goede
---
configs/CSQ_CS908_defconfig
Hi All,
Here is a small series enabling the combined use of ehci + musb-otg on more
sunxi boards. This applies on top of my large series for making this possible
posted earlier.
As said before I believe it is best if all the sunxi bits of that series
go upstream through u-boot-sunxi/master, the s
On some boards the otg is wired up in host-only mode in this case we
have no vbus-det gpio.
Stop logging an error from sunxi_usb_phy_vbus_detect() in this case, and
stop treating sunxi_usb_phy_vbus_detect() returning a negative errno, as
if a charger is plugged into the otg port.
Signed-off-by: H
On Saturday, June 20, 2015 at 01:36:58 PM, Jakub Kiciński wrote:
> On Fri, 19 Jun 2015 23:39:41 +0200, Marek Vasut wrote:
> > Patch 33fe2fb8df01647f97a7bce96a1c7781a7f6d253 titled
> > "mmc: bcm283x: Remove get_timer_us() from mmc driver"
> > incorrectly replaced ad-hoc get_timer_us() function
> > w
On Fri, 19 Jun 2015 23:39:41 +0200, Marek Vasut wrote:
> Patch 33fe2fb8df01647f97a7bce96a1c7781a7f6d253 titled
> "mmc: bcm283x: Remove get_timer_us() from mmc driver"
> incorrectly replaced ad-hoc get_timer_us() function
> with a plain get_timer(). The get_timer() operates in
> mSec units instead o
12 matches
Mail list logo