On Wed, Feb 14, 2018 at 09:19:06AM +0300, Antony Pavlov wrote:
> On Tue, 13 Feb 2018 09:19:43 +0100
> Sascha Hauer wrote:
>
> > On Fri, Feb 09, 2018 at 02:22:24PM +0300, Antony Pavlov wrote:
> > > On Fri, 9 Feb 2018 09:36:36 +0100
> > > Sascha Hauer wrote:
> > >
> > > > Hi Antony,
> > > >
> >
Hi Giorgio,
On Tue, Feb 13, 2018 at 11:12:54PM +0100, Giorgio Dal Molin wrote:
> Hi all,
>
> I'm trying to add board code for an am335x based HW project.
> I had a look at similar boards like 'boards/phytec-som-am335x'
> or 'boards/beaglebone'.
> I understand that I need two images: the (little)
Hi Andreas,
On Tue, Feb 13, 2018 at 10:48:16PM +0100, Andreas Schmidt wrote:
> If cpsw slave is set to fixed-link cpsw probe still try to probe and use
> a phy. This patch fix cpsw probe in case of fixed-link.
>
> Signed-off-by: Andreas Schmidt
> ---
> drivers/net/cpsw.c | 41 ++
No need to call mdiobus_scan() manually. it is called from
phy_device_connect() already in cpsw_open() which does all
the magic to connect a network device with its phy.
Signed-off-by: Sascha Hauer
---
drivers/net/cpsw.c | 18 ++
1 file changed, 2 insertions(+), 16 deletions(-)
Hi Sascha,
On 01/30/2018 08:11 AM, Sascha Hauer wrote:
On Mon, Jan 29, 2018 at 02:04:11PM +0100, Daniel Schultz wrote:
The read page function should return the total count of flipped bits,
otherwise the caller always thinks no bitflip occured.
Signed-off-by: Daniel Schultz
---
drivers/mtd/