Re: [PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
Hi, thanks, ok! What build problem ? With this [PATCH v1] mtd: rawnand: macronix: OTP access for MX30LFxG18AC ?
Thanks
By
Arseniy Krasnov <avkrasnov@...>
·
#2325
·
|
Re: [PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
Hi
Yes I have seen and I will review today and cross-check. Did you lunch
the testing on the other patches series? I would like to merge
at all but we were having some build
By
Michael Nazzareno Trimarchi <michael@...>
·
#2324
·
|
Re: [PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
Hi, sorry, pls ping :)
Thanks
By
Arseniy Krasnov <avkrasnov@...>
·
#2323
·
|
[PATCH 07/14] meson: Correct driver declaration for meson_axg_gpio
This should use the driver macros so that the driver appears in the
linker list. Fix this.
Fixes: 8587839f19d ("pinctrl: meson: add axg support")
Reviewed-by: Neil Armstrong
By
Simon Glass <sjg@...>
·
#2322
·
|
[PATCH 00/14] testb: Various tweaks and fixes for Labgrid
This series includes a number of mostly unrelated changes which are in
service of running U-Boot on a lab using Labgrid.
Changes in v2:
- Add new patch to update u-boot.cfg with CFG_...
By
Simon Glass <sjg@...>
·
#2321
·
|
Re: [PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
By
Arseniy Krasnov <avkrasnov@...>
·
#2320
·
|
Re: [PATCH v2 0/5] usb: meson: switch to set_mode callback and other cleanup
Hi Marek,
Thanks for the review, is it ok to apply it via my tree ?
Thanks,
Neil
By
Neil Armstrong
·
#2319
·
|
Re: [PATCH v2 5/5] usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode static
Reviewed-by: Marek Vasut <marex@...>
By
Marek Vasut <marex@...>
·
#2318
·
|
Re: [PATCH v2 4/5] usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode static
Reviewed-by: Marek Vasut <marex@...>
By
Marek Vasut <marex@...>
·
#2317
·
|
Re: [PATCH v2 3/5] phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode
Reviewed-by: Marek Vasut <marex@...>
btw this could be a one-liner val |= macro1 | macro2 ;
By
Marek Vasut <marex@...>
·
#2316
·
|
Re: [PATCH v2 2/5] usb: dwc3: meson-gxl: switch to generic_phy_set_mode
Reviewed-by: Marek Vasut <marex@...>
By
Marek Vasut <marex@...>
·
#2315
·
|
Re: [PATCH v2 1/5] phy: meson-gxl-usb2: add set_mode callback
Reviewed-by: Marek Vasut <marex@...>
By
Marek Vasut <marex@...>
·
#2314
·
|
Re: [PATCH 3/5] phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode
Thank you
By
Marek Vasut <marex@...>
·
#2313
·
|
[PATCH v2 5/5] usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode static
Drop this useless usb.h and now make dwc3_meson_g12a_force_mode
static since only used in the dwc3-meson-g12a.c file.
Signed-off-by: Neil Armstrong <neil.armstrong@...>
---
By
Neil Armstrong
·
#2312
·
|
[PATCH v2 4/5] usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode static
Drop this useless usb-gx.h and now make dwc3_meson_gxl_force_mode
static since only used in the dwc3-meson-gxl.c file.
Signed-off-by: Neil Armstrong <neil.armstrong@...>
---
By
Neil Armstrong
·
#2311
·
|
[PATCH v2 3/5] phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode
Remove the public phy_meson_gxl_usb2_set_mode and move
the implementation in the the set_mode callback.
Signed-off-by: Neil Armstrong <neil.armstrong@...>
---
By
Neil Armstrong
·
#2310
·
|
[PATCH v2 2/5] usb: dwc3: meson-gxl: switch to generic_phy_set_mode
Use the PHY set_mode call instead of calling directly in the
PHY shared function.
Signed-off-by: Neil Armstrong <neil.armstrong@...>
---
drivers/usb/dwc3/dwc3-meson-gxl.c | 15
By
Neil Armstrong
·
#2309
·
|
[PATCH v2 1/5] phy: meson-gxl-usb2: add set_mode callback
Implement set_mode callback by calling the current public
function, use a temporary function name that will be removed
when the public phy_meson_gxl_usb2_set_mode is finally removed
in a following
By
Neil Armstrong
·
#2308
·
|
[PATCH v2 0/5] usb: meson: switch to set_mode callback and other cleanup
Switch to set_mode callback now it's available and in the same
time make public functions static and drop useless mach-meson
headers that are no more needed.
Signed-off-by: Neil Armstrong
By
Neil Armstrong
·
#2307
·
|
Re: [PATCH 3/5] phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode
Sure, let me update the commit message,
Thanks,
Neil
By
Neil Armstrong
·
#2306
·
|