Re: [PATCH] ASoC: tegra: add device tree support for TrimSlice

2012-04-30 Thread Mark Brown
On Fri, Apr 27, 2012 at 01:34:19PM -0600, Stephen Warren wrote: > From: Stephen Warren > > This binding doesn't include the nvidia,model or nvidia,audio-routing > properties the other Tegra audio DT bindings have, because this binding > is targetted at a single machine, rather than for any machin

Re: [PATCH] OF: PCI: const usage needed by MIPS

2012-04-30 Thread David Daney
On 04/30/2012 10:46 AM, John Crispin wrote: On MIPS we want to call of_irq_map_pci from inside arch/mips/include/asm/pci.h:extern int pcibios_map_irq( const struct pci_dev *dev, u8 slot, u8 pin); For this to work we need to change several functions to const usage

[PATCH] OF: PCI: const usage needed by MIPS

2012-04-30 Thread John Crispin
On MIPS we want to call of_irq_map_pci from inside arch/mips/include/asm/pci.h:extern int pcibios_map_irq( const struct pci_dev *dev, u8 slot, u8 pin); For this to work we need to change several functions to const usage. Signed-off-by: John Crispin Cc: linux-...@

[PATCH 2/4] OF: MTD: make plat_nand loadable from DT

2012-04-30 Thread John Crispin
This patch sets the of_match_table field inside plat_nand's platform_driver. We also add a struct mtd_part_parser_data pointer to make sure of_part parsing works. If an arch wants to support plat_nand via DT it needs to setup the platform_nand_data and hook it into the platform_device. Signed-off

Re: [PATCH 2/2] Input: matrix_keymap - wire up device tree support

2012-04-30 Thread Stephen Warren
On 04/29/2012 10:19 PM, Dmitry Torokhov wrote: > On Thu, Apr 26, 2012 at 09:05:18AM -0600, Stephen Warren wrote: >> On 04/26/2012 02:19 AM, Dmitry Torokhov wrote: >>> When platform keymap is not supplied to matrix_keypad_build_keymap() >>> and device tree support is enabled, try locating specified

Re: [PATCHv3 1/4] ARM: tegra: Add AHB driver

2012-04-30 Thread Arnd Bergmann
On Friday 27 April 2012, Hiroshi Doyu wrote: > What about having this driver under "drivers/amba"? > > If other similiar drivers are coming up, it's easy to find rather than > having this arch/arm/mach-*. There may be some possibility of > generalization later, then. Also it meets the requirement