[PATCH v3 19/23] ncr5380: Update usage documentation

2016-03-20 Thread Finn Thain
Update kernel parameter documentation for atari_scsi, mac_scsi and g_NCR5380 drivers. Remove duplication. Signed-off-by: Finn Thain Reviewed-by: Hannes Reinecke --- Documentation/scsi/g_NCR5380.txt | 17 ++- Documentation/scsi/scsi-parameters.txt | 11 +++--- drivers/

Re: [RFC PATCH v4 6/7] vfio-pci: Allow to mmap MSI-X table if IOMMU_CAP_INTR_REMAP was set

2016-03-20 Thread Alex Williamson
[cc+ Eric, Will] On Mon, 7 Mar 2016 15:48:37 +0800 Yongji Xie wrote: > Current vfio-pci implementation disallows to mmap MSI-X > table in case that user get to touch this directly. > > But we should allow to mmap these MSI-X tables if IOMMU > supports interrupt remapping which can ensure that

Re: [PATCH 2/8] clk: bcm2835: add missing PLL clock divider

2016-03-20 Thread Martin Sperl
> On 17.03.2016, at 17:57, Eric Anholt wrote: > > > These don't exist on the hardware as far as I've been able to find. "I > found it in a header file somewhere" is not sufficient justification to > expose it. > > I'm working on getting a series of all of these reviewed and ready, so > I'm ju

Re: [PATCH v2] mmc: Add CONFIG_MMC_SIMULATE_MAX_SPEED

2016-03-20 Thread Mark Salyzyn
On 03/16/2016 06:03 AM, Ulf Hansson wrote: On 22 February 2016 at 18:18, Mark Salyzyn wrote: When CONFIG_MMC_SIMULATE_MAX_SPEED is enabled, Expose max_read_speed, max_write_speed and cache_size sysfs controls to simulate a slow eMMC device. The boot default values, should one wish to set this b

Re: [PATCH v6 4/4] Input: synaptics-rmi4 - add SMBus support

2016-03-20 Thread Andrew Duggan
After looking at this again I noticed a couple of trivial issues in the comments and module author left over from the original version. Otherwise the code works as expected. On Wed, Mar 16, 2016 at 9:39 AM, Benjamin Tissoires wrote: > Code obtained from > https://raw.githubusercontent.com/mighty