Re: [PATCH (v6) 2/2] mtd: brcmnand: Add support for the BCM63268

2015-11-25 Thread Jonas Gorski
On Wed, Nov 25, 2015 at 1:37 PM, Simon Arlott wrote: > On Wed, November 25, 2015 10:44, Jonas Gorski wrote: >> On Tue, Nov 24, 2015 at 9:21 PM, Simon Arlott wrote: >>> The BCM63268 has a NAND interrupt register with combined status and enable >>> registers. It also has a clock for the NAND contro

Re: [PATCH (v6) 2/2] mtd: brcmnand: Add support for the BCM63268

2015-11-25 Thread Simon Arlott
On Wed, November 25, 2015 10:44, Jonas Gorski wrote: > On Tue, Nov 24, 2015 at 9:21 PM, Simon Arlott wrote: >> The BCM63268 has a NAND interrupt register with combined status and enable >> registers. It also has a clock for the NAND controller that needs to be >> enabled. >> >> Set up the device b

Re: [PATCH (v6) 2/2] mtd: brcmnand: Add support for the BCM63268

2015-11-25 Thread Jonas Gorski
Hi, On Tue, Nov 24, 2015 at 9:21 PM, Simon Arlott wrote: > The BCM63268 has a NAND interrupt register with combined status and enable > registers. It also has a clock for the NAND controller that needs to be > enabled. > > Set up the device by enabling the clock, disabling and acking all > interr

[PATCH (v6) 2/2] mtd: brcmnand: Add support for the BCM63268

2015-11-24 Thread Simon Arlott
The BCM63268 has a NAND interrupt register with combined status and enable registers. It also has a clock for the NAND controller that needs to be enabled. Set up the device by enabling the clock, disabling and acking all interrupts, then handle the CTRL_READY interrupt. Add a brcmnand_get_socdat