Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1317911
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/4] spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail |
| Date | 2016-01-26 14:30 +0100 |
| Message-ID | <qVbR0-4Hb-9@gated-at.bofh.it> (permalink) |
| References | <qV9Pc-3ib-9@gated-at.bofh.it> <qV9Pc-3ib-21@gated-at.bofh.it> |
| Organization | Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo |
On Tue, Jan 26, 2016 at 01:18:29PM +0200, Mika Westerberg wrote:
> #else /* !CONFIG_ACPI */
> static int pxa2xx_spi_get_port_id(struct acpi_device *adev)
> {
> return -1;
> }
> +#define pxa2xx_spi_fw_translate_cs NULL
I need to move this elsewhere because it is still guarded by CONFIG_PCI
as pointed out by kbuild robot.
Will do that in next revision.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/4] spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-01-26 12:20 +0100 Re: [PATCH 2/4] spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail kbuild test robot <lkp@intel.com> - 2016-01-26 14:20 +0100 Re: [PATCH 2/4] spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-01-26 14:30 +0100
csiph-web