Re: [PATCH v2 1/9] cmd: bdinfo: Optionally use getopt and implement bdinfo -a

2023-12-09 Thread Tom Rini
On Sat, 07 Oct 2023 23:40:58 +0200, Marek Vasut wrote: > Add optional support for getopt() and in case this is enabled via > GETOPT configuration option, implement support for 'bdinfo -a'. > The 'bdinfo -a' behaves exactly like bdinfo and prints 'all' the > bdinfo information. This is implemented

Re: [PATCH v2 1/9] cmd: bdinfo: Optionally use getopt and implement bdinfo -a

2023-12-09 Thread Tom Rini
On Sat, Dec 02, 2023 at 05:33:34PM +0100, Marek Vasut wrote: > On 10/7/23 23:40, Marek Vasut wrote: > > Add optional support for getopt() and in case this is enabled via > > GETOPT configuration option, implement support for 'bdinfo -a'. > > The 'bdinfo -a' behaves exactly like bdinfo and prints '

Re: [PATCH v2 1/9] cmd: bdinfo: Optionally use getopt and implement bdinfo -a

2023-12-02 Thread Marek Vasut
On 10/7/23 23:40, Marek Vasut wrote: Add optional support for getopt() and in case this is enabled via GETOPT configuration option, implement support for 'bdinfo -a'. The 'bdinfo -a' behaves exactly like bdinfo and prints 'all' the bdinfo information. This is implemented in preparation for other

[PATCH v2 1/9] cmd: bdinfo: Optionally use getopt and implement bdinfo -a

2023-10-07 Thread Marek Vasut
Add optional support for getopt() and in case this is enabled via GETOPT configuration option, implement support for 'bdinfo -a'. The 'bdinfo -a' behaves exactly like bdinfo and prints 'all' the bdinfo information. This is implemented in preparation for other more fine-grained options. Reviewed-by