Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Heiner Kallweit
On 02.07.2019 02:09, Matthias Kaehlcke wrote: > On Mon, Jul 01, 2019 at 11:09:02PM +0200, Andrew Lunn wrote: >> On Mon, Jul 01, 2019 at 10:37:16PM +0200, Heiner Kallweit wrote: >>> On 01.07.2019 22:02, Andrew Lunn wrote: On Mon, Jul 01, 2019 at 12:52:24PM -0700, Matthias Kaehlcke wrote: >

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Matthias Kaehlcke
On Mon, Jul 01, 2019 at 11:09:02PM +0200, Andrew Lunn wrote: > On Mon, Jul 01, 2019 at 10:37:16PM +0200, Heiner Kallweit wrote: > > On 01.07.2019 22:02, Andrew Lunn wrote: > > > On Mon, Jul 01, 2019 at 12:52:24PM -0700, Matthias Kaehlcke wrote: > > >> The RTL8211E has extension pages, which can be

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Matthias Kaehlcke
On Mon, Jul 01, 2019 at 10:43:12PM +0200, Heiner Kallweit wrote: > On 01.07.2019 21:52, Matthias Kaehlcke wrote: > > The RTL8211E has extension pages, which can be accessed after > > selecting a page through a custom method. Add a function to > > modify bits in a register of an extension page and a

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Matthias Kaehlcke
On Mon, Jul 01, 2019 at 10:37:16PM +0200, Heiner Kallweit wrote: > On 01.07.2019 22:02, Andrew Lunn wrote: > > On Mon, Jul 01, 2019 at 12:52:24PM -0700, Matthias Kaehlcke wrote: > >> The RTL8211E has extension pages, which can be accessed after > >> selecting a page through a custom method. Add a f

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Andrew Lunn
On Mon, Jul 01, 2019 at 10:37:16PM +0200, Heiner Kallweit wrote: > On 01.07.2019 22:02, Andrew Lunn wrote: > > On Mon, Jul 01, 2019 at 12:52:24PM -0700, Matthias Kaehlcke wrote: > >> The RTL8211E has extension pages, which can be accessed after > >> selecting a page through a custom method. Add a f

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Heiner Kallweit
On 01.07.2019 21:52, Matthias Kaehlcke wrote: > The RTL8211E has extension pages, which can be accessed after > selecting a page through a custom method. Add a function to > modify bits in a register of an extension page and a few > helpers for dealing with ext pages. > > rtl8211e_modify_ext_paged

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Heiner Kallweit
On 01.07.2019 22:02, Andrew Lunn wrote: > On Mon, Jul 01, 2019 at 12:52:24PM -0700, Matthias Kaehlcke wrote: >> The RTL8211E has extension pages, which can be accessed after >> selecting a page through a custom method. Add a function to >> modify bits in a register of an extension page and a few >>

Re: [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Andrew Lunn
On Mon, Jul 01, 2019 at 12:52:24PM -0700, Matthias Kaehlcke wrote: > The RTL8211E has extension pages, which can be accessed after > selecting a page through a custom method. Add a function to > modify bits in a register of an extension page and a few > helpers for dealing with ext pages. > > rtl8

[PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

2019-07-01 Thread Matthias Kaehlcke
The RTL8211E has extension pages, which can be accessed after selecting a page through a custom method. Add a function to modify bits in a register of an extension page and a few helpers for dealing with ext pages. rtl8211e_modify_ext_paged() and rtl821e_restore_page() are inspired by their counte