Re: [PATCH] net: phy: dp83867: Fall-back to default values of clock delay and FIFO depth

2017-02-08 Thread Florian Fainelli
On 02/08/2017 10:15 AM, David Miller wrote: > From: Alexey Brodkin > Date: Mon, 6 Feb 2017 22:24:45 +0300 > >> Given there're default values mentioned in the PHY datasheet >> fall-back gracefully to them instead of silently return an error >> through the whole call-chain. >> >> This allows to us

Re: [PATCH] net: phy: dp83867: Fall-back to default values of clock delay and FIFO depth

2017-02-08 Thread David Miller
From: Alexey Brodkin Date: Mon, 6 Feb 2017 22:24:45 +0300 > Given there're default values mentioned in the PHY datasheet > fall-back gracefully to them instead of silently return an error > through the whole call-chain. > > This allows to use minimalistic description in DT if no special > featu

Re: [PATCH] ARCv2: intc: Disable all core interrupts by default

2017-02-08 Thread Vineet Gupta
On 02/07/2017 03:04 PM, Yuriy Kolerov wrote: > The kernel emits a lot of warnings about unexpected IRQs when > an appropriate driver is not presented. It happens because all > interrupts in the core controller are enabled by default after > reset. It would be wise to keep all interrupts masked by d