Re: [PATCH] MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC

2013-05-21 Thread David Daney
On 05/21/2013 03:04 PM, Aaro Koskinen wrote: Hi, What about OCTEON_WDT, should it be changed too: tristate Cavium OCTEON SOC family Watchdog Timer depends on CPU_CAVIUM_OCTEON On Mon, May 20, 2013 at 03:19:38PM -0700, David Daney wrote: config OCTEON_MGMT_ETHERNET

[PATCH] MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC

2013-05-20 Thread David Daney
From: David Daney david.da...@cavium.com CAVIUM_OCTEON_SOC most place we used to use CPU_CAVIUM_OCTEON. This allows us to CPU_CAVIUM_OCTEON in places where we have no OCTEON SOC. Remove CAVIUM_OCTEON_SIMULATOR as it doesn't really do anything, we can get the same configuration

Re: [PATCH 2/2] spi: Add SPI master controller for OCTEON SOCs.

2012-08-21 Thread David Daney
On 05/19/2012 10:46 PM, Grant Likely wrote: On Fri, 11 May 2012 14:34:46 -0700, David Daney ddaney.c...@gmail.com wrote: From: David Daney david.da...@cavium.com Add the driver, link it into the kbuild system and provide device tree binding documentation. Signed-off-by: David Daney david.da

Re: [2/2] spi: Add SPI master controller for OCTEON SOCs.

2012-08-21 Thread David Daney
On 08/21/2012 12:49 PM, Guenter Roeck wrote: On Fri, May 11, 2012 at 08:34:46PM -, David Daney wrote: From: David Daney david.da...@cavium.com Add the driver, link it into the kbuild system and provide device tree binding documentation. Signed-off-by: David Daney david.da...@cavium.com

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-22 Thread David Daney
On 05/19/2012 11:08 PM, Grant Likely wrote: On Sat, 19 May 2012 23:54:36 -0600, Grant Likelygrant.lik...@secretlab.ca wrote: On Fri, 11 May 2012 15:05:21 -0700, David Daneyddaney.c...@gmail.com wrote: From: David Daneydavid.da...@cavium.com When generating MODALIASes, it is convenient

of/spi: Supply proper spi: modalias prefixes.

2012-05-22 Thread David Daney
From: David Daney david.da...@cavium.com To get modprobe to automatically load the proper modules, we need to prefix things with spi:. Partially based on Grant Likely's suggestions. Signed-off-by: David Daney david.da...@cavium.com --- drivers/of/of_spi.c |6 +- drivers/spi/spi.c

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-22 Thread David Daney
such a patch in a new thread. David Daney -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include

[PATCH 0/2] MIPS/spi: New driver for SPI master controller for OCTEON SOCs.

2012-05-11 Thread David Daney
From: David Daney david.da...@cavium.com Several members of the OCTEON family have on-chips SPI master controller hardware, so here is a driver for it. I split the register definitions out to a separate patch so that they live with all the other similar files for other OCTEON hardware blocks

[PATCH 3/3] eeprom/of: Add device tree bindings to at25.

2012-05-11 Thread David Daney
From: David Daney david.da...@cavium.com We can extract the pagesize, size and address-width from the device tree so that SPI eeproms can be fully specified in the device tree. Also add a MODULE_DEVICE_TABLE so the drivers can be automatically bound. Signed-off-by: David Daney david.da