Hi Daniel,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 89a55278dee487b172fb16295ccb2d0b2a1b319b
commit: dc11bae78529526605c5c45c369c9512fd012093 clocksource/drivers: Add
timer-of common init routine
date: 9 we
Le Wed, 28 Jun 2017 22:30:29 +0200,
Andrea Adami a écrit :
Please add a commit message explaining why you're doing that.
> Signed-off-by: Andrea Adami
> ---
> include/linux/mtd/sharpsl.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/mtd/sharpsl.h b/include/linux/mtd/s
Le Fri, 11 Aug 2017 17:09:15 +0530,
Abhishek Sahu a écrit :
> * v4:
>
> 1. Added Acked-by from Rob for DT documentation patches
> 2. Removed ipq8074 compatible string from ipq4019 DT example.
> 2. Used the BIT macro for NAND_CMD_VLD bits and consistent names
>as suggested by Boris in v3.
>
Le Tue, 8 Aug 2017 22:35:42 +0800,
Pan Bian a écrit :
> The return value of dma_map_single() should be checked by
> dma_mapping_error(). However, in function flctl_dma_fifo0_transfer(), its
> return value is checked against NULL, which could result in failures.
Applied, thanks.
Boris
>
> Sig
Le Wed, 9 Aug 2017 11:29:21 -0500,
"Gustavo A. R. Silva" a écrit :
> platform_get_irq() returns an error code, but the sh_flctl
> driver ignores it and always returns -ENXIO. This is not correct
> and, prevents -EPROBE_DEFER from being propagated properly.
>
> Print and propagate the return valu
Le Wed, 9 Aug 2017 11:35:21 -0500,
"Gustavo A. R. Silva" a écrit :
> platform_get_irq() returns an error code, but the mtk_ecc driver
> ignores it and always returns -EINVAL. This is not correct and,
> prevents -EPROBE_DEFER from being propagated properly.
>
> Print and propagate the return valu
On Fri, Aug 4, 2017 at 10:19 PM, Nick Terrell wrote:
> --- a/fs/squashfs/decompressor.c
> +++ b/fs/squashfs/decompressor.c
> @@ -65,6 +65,12 @@ static const struct squashfs_decompressor
> squashfs_zlib_comp_ops = {
> };
> #endif
>
> +#ifndef CONFIG_SQUASHFS_ZSTD
> +static const struct squashfs_
usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by work with
const usb_device_id. So mark the non-const structs as const.
Arvind Yadav (3):
[PATCH 1/3] [media] usb: constify usb_device_id
[PATCH 2/3] [media] rc: constify usb_device_id
[
usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by work with
const usb_device_id. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav
---
drivers/media/radio/dsbr100.c | 2 +-
drivers/media/radio/radio-keene.
usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by work with
const usb_device_id. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav
---
drivers/media/rc/ati_remote.c | 2 +-
drivers/media/rc/igorplugusb.c | 2 +-
drivers/
usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by work with
const usb_device_id. So mark the non-const structs as const.
'drivers/media/usb/b2c2/flexcop-usb.c' Fix checkpatch.pl error:
ERROR: space prohibited before open square bracket '['.
Add reset lines for audio subsystem (AIO) and
SoC internal audio codec (EVEA) on UniPhier LD11/LD20 SoCs.
Signed-off-by: Katsuhiro Suzuki
Acked-by: Masahiro Yamada
---
drivers/reset/reset-uniphier.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/reset/reset-uniphier.c b/drivers
Add a reset line for analog signal amplifier core (ADAMV) on
UniPhier LD11/LD20 SoCs.
Signed-off-by: Katsuhiro Suzuki
---
Changes for v2:
- ID changes to 0 because ADAMV reset controller independents
from other reset controllers.
- Add DT-binding documents.
---
.../devicetree/bindings/
Add a reset line for video input subsystem (EXIV) on
UniPhier LD11/LD20 SoCs.
Signed-off-by: Katsuhiro Suzuki
Acked-by: Masahiro Yamada
---
drivers/reset/reset-uniphier.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/crypto/sahara.c | 2 +-
1 file changed, 1 insertion(+), 1 delet
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/memstick/host/rtsx_usb_ms.c | 2 +-
1 file changed, 1 insertion
On Sat, Aug 12, 2017 at 12:19:50PM -0700, Dan Williams wrote:
> The application does not need to know the storage address, it needs to
> know that the storage address to file offset is fixed. With this
> information it can make assumptions about the permanence of results it
> gets from the kernel.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
89a55278dee487b172fb16295ccb2d0b2a1b319b Merge tag 'for-linus-20170812' of
git://git.infradead.org/linux-mtd
(.text+0x1038): undefined reference to `_GLOBAL_OFFSET_TABLE_'
arch/mips/vdso/elf.S:1:0: error: '-march=r3000' r
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/cpufreq/loongson2_cpufreq.c | 2 +-
1 file changed, 1 insertion
* Daniel Lezcano wrote:
> Hi Ingo, Thomas,
>
> The pull request contains the following fixes for 4.13-rc4
>
> - Fix error check against IS_ERR() instead of NULL for the timer-of code
>(Dan Carpenter)
>
> - Fix infinite recusion with ftrace for the ARM architected timer (Ding
>Tianho
Add initial device tree support for Variscite DART-SD410 Evalueation board.
This board is also known as VAR-SD410CustomBoard.
Signed-off-by: Leonid Segal
---
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../boot/dts/qcom/apq8016-var-dart-pmic-pins.dtsi | 53 +++
.../boot/dts/qco
Add initial device tree support for Variscite DART-SD410 Evalueation board.
This board is also known as VAR-SD410CustomBoard.
checkpatch.pl gives warnings for some lines that are over 80 characters,
but I decided not to change them since similar lines in other dts files.
Patch has been tested on
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/hid/hid-sensor-custom.c | 2 +-
1 file changed, 1 insertion(+),
On Wed, Aug 02, 2017 at 01:10:13PM -0700, Long Li wrote:
> From: Long Li
>
> Define a new structure for SMBD transport. This stucture will have all the
> information on the transport, and it will be stored in the current SMB
> session.
>
> Signed-off-by: Long Li
> ---
> fs/cifs/cifsrdma.c | 5
> +/*
> + * Per RDMA transport connection parameters
> + * as defined in [MS-SMBD] 3.1.1.1
> + */
> +static int receive_credit_max = 512;
> +static int send_credit_target = 512;
> +static int max_send_size = 8192;
> +static int max_fragmented_recv_size = 1024*1024;
> +static int max_receive_size =
> +// SMBD data transfer packet with payload [MS-SMBD] 2.2.3
> +struct smbd_data_transfer {
> + __le16 credits_requested;
> + __le16 credits_granted;
> + __le16 flags;
> + __le16 reserved;
> + __le32 remaining_data_length;
> + __le32 data_offset;
> + __le32 data_length;
> + switch(response->type) {
> + case SMBD_TRANSFER_DATA:
> + data_transfer = (struct smbd_data_transfer *) response->packet;
Maybe add a little helper for the packet data to hide these cast, e.g.
static inline void *smbd_payload(struct cifs_rdma_response *resp)
{
retu
You seem to be doing memory allocations and frees for every packet on
the write. At least for other RDMA protocols that would have been
a major performance issue.
Do you have any performance numbers and/or profiles of the code?
> + request = mempool_alloc(info->request_mempool, GFP_KERNEL);
> + if (!request)
> + return rc;
Here you do a mempool allocation to guarantee forward progress..
> + request->sge = kzalloc(sizeof(struct ib_sge), GFP_KERNEL);
> + if (!request->sge)
> + goto
You can always get the struct page for kernel allocations using
virt_to_page (or vmalloc_to_page, but this code would not handle the
vmalloc case either), so I don't think you need this helper and can
always use the one added in the previous patch.
On Wed, Aug 02, 2017 at 01:10:27PM -0700, Long Li wrote:
> From: Long Li
>
> Implement the function to send a SMBD message with no payload. This is
> required at times when we want to extend credtis to server to have it
> continue to send data, without sending any actual data payload.
Shouldn'
Hi Long,
a few meta-comments:
first the split into lots of tiny lists makes the series really hard
to read, I'd split it into just a few:
Patch 1: add the protocol constants
Patch 2-n: core cifs modifcation required to implement SMBD
Patch n+1: add the actual SMBD code
Patch n+2..m: write up
... and a third one:
please include the linux-rdma mailing list on your next post, to make
sure we get a good review pool of people familiar with the rdma code.
Hi,
On 08/13/2017 12:48 AM, Pavel Machek wrote:
>
> Hi!
>
> You mentioned you was working on RGB support prototype. Could you post
> copy of the patches (even if unfinished)?
Unfortunately it is at the stage of unfinished proof of concept and
I haven't managed yet to try how it fits to all API
Hi Andy,
Am Freitag, 11. August 2017, 11:44:06 CEST schrieb Andy Yan:
> Add device tree bindings document for pwm on
> rockchip rv1108 soc.
>
> Signed-off-by: Andy Yan
I think you forgot to add Thierry (thierry.red...@gmail.com)
who is the pwm maintainer, to your binding patch.
Especially, as
-the-integrated-PHY-support/20170813-163538
config: arm-omap2plus_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget
https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/net/can/c_can/c_can_platform.c | 2 +-
1 file changed, 1 insert
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as const.
Arvind Yadav (4):
[PATCH 1/4] can: constify platform_device_id
[PATCH 2/4] net: dpaa_eth: constify pl
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +-
1 file changed,
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/net/ethernet/renesas/sh_eth.c | 2 +-
1 file changed, 1 inserti
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/net/ethernet/ti/cpsw.c | 2 +-
1 file changed, 1 insertion(+),
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/acpi/pmic/intel_pmic_chtwc.c | 2 +-
1 file changed, 1 insertio
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/watchdog/max77620_wdt.c | 2 +-
1 file changed, 1 insertion(+),
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/thermal/max77620_thermal.c | 2 +-
1 file changed, 1 insertion(
On Mon, Aug 07, 2017 at 09:39:24AM +0200, Michal Simek wrote:
> From: Naga Sureshkumar Relli
>
> Adds platform specific structures, so that we can add
"Add platform-specific structures, ..."
i.e., "Do this and do that" formulation. Fix that in the following
patches too pls.
> different IP supp
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
---
drivers/staging/most/hdm-dim2/dim2_hdm.c | 2 +-
1 file changed, 1 inse
some versions of windows guest access rtc frequently because of
rtc as system tick.guest access rtc like this: write register index
to 0x70, then write or read data from 0x71. writing 0x70 port is
just as index and do nothing else. So we can use coalesced mmio to
handle this scene to reduce VM-EXIT
Hi!
> > You mentioned you was working on RGB support prototype. Could you post
> > copy of the patches (even if unfinished)?
>
> Unfortunately it is at the stage of unfinished proof of concept and
> I haven't managed yet to try how it fits to all API use cases we have.
> Nor is it in a shape read
Hi,
On 13-08-17 13:23, Arvind Yadav wrote:
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by
work with const platform_device_id. So mark the non-const structs as
const.
Signed-off-by: Arvind Yadav
Good catch:
Acked-by: Hans
Hi Jaegeuk,
Thank you for providing the info.
BTW, I just notice that my personal email address has been junked from f2fs
mailing list, anyway, I will resubscribe the list. But before that, I'd like
to ask, could you please Cc to c...@kernel.org when you send the patch to
mailing list? :)
Thanks
Am Samstag, 12. August 2017, 16:40:47 CEST schrieb Wolfram Sang:
> On Fri, Aug 11, 2017 at 11:39:50AM +0800, Andy Yan wrote:
> > There are four i2c controllers on rv1108, add
> > device tree node for them.
> >
> > Signed-off-by: Andy Yan
>
> This usually needs to go via some arm tree.
correct,
On Sun, Aug 13, 2017 at 06:14:21AM +, Nadav Amit wrote:
> Peter Zijlstra wrote:
>
> > On Tue, Aug 01, 2017 at 05:08:17PM -0700, Nadav Amit wrote:
> >> void tlb_finish_mmu(struct mmu_gather *tlb,
> >>unsigned long start, unsigned long end)
> >> {
> >> - arch_tlb_finish_mmu(tlb, st
Hi Andy,
Am Freitag, 11. August 2017, 11:46:51 CEST schrieb Andy Yan:
> Add saradc device tree node for rv1108 soc
>
> Signed-off-by: Andy Yan
>
> + adc: adc@1038c000 {
> + compatible = "rockchip,rv1108-saradc", "rockchip,rk3399-saradc";
> + reg = <0x1038c000 0x100>
On Sat, 12 Aug 2017 09:09:21 -0700
Srinivas Pandruvada wrote:
> It has been reported for a while that with iio-sensor-proxy service the
> rotation only works after one suspend/resume cycle. This required a wait
> in the systemd unit file to avoid race. I found a Yoga 900 where I could
> reproduce
On Mon, Aug 07, 2017 at 09:39:25AM +0200, Michal Simek wrote:
> From: Naga Sureshkumar Relli
>
> This patch adds EDAC ECC support for ZynqMP DDRC IP
It does much more and the commit message could talk about it.
> Signed-off-by: Naga Sureshkumar Relli
> Signed-off-by: Michal Simek
> ---
>
> C
Am Freitag, 11. August 2017, 11:45:33 CEST schrieb Andy Yan:
> Add watchdog device tree node for rv1108
>
> Signed-off-by: Andy Yan
applied for 4.14
Thanks
Heiko
On Sat, May 27, 2017 at 10:31 AM, Hao Wei Tee wrote:
> This exposes the battery conservation mode present on some (?) IdeaPads.
> The mode is set by calling ACPI method SBMC with argument 3 (on) or
> 5 (off). Status is reported in bit 5 of the return value of ACPI method
> GBMD.
>
> This patch was
On Tue, Aug 1, 2017 at 4:50 PM, Bartosz Golaszewski wrote:
> Shrink the driver by removing the code dealing with dummy interrupts
> and replacing it with calls to the irq_sim API.
>
> Signed-off-by: Bartosz Golaszewski
Reviewed-by: Linus Walleij
Tglx/Marc: feel free to merge this with the res
Am Freitag, 11. August 2017, 11:49:18 CEST schrieb Andy Yan:
> Add dt node of bosch accelerometer bma250e on rv1108 evb.
>
> Signed-off-by: Andy Yan
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/arm/boot/dts/rv1108-evb.dts | 7 +++
> 1 file changed, 7 insertions(+)
>
> diff
Hi Arvind,
Thank you for the patch.
On Sunday 13 Aug 2017 14:24:43 Arvind Yadav wrote:
> usb_device_id are not supposed to change at runtime. All functions
> working with usb_device_id provided by work with
> const usb_device_id. So mark the non-const structs as const.
>
> 'drivers/media/usb/b2
On Fri, Aug 11, 2017 at 4:19 PM, Bhumika Goyal wrote:
> Make these const as they are only used during a copy operation.
>
> Done using Coccinelle.
>
Both patches pushed to testing, thanks!
> Signed-off-by: Bhumika Goyal
> ---
> drivers/platform/x86/intel_scu_ipc.c | 6 +++---
> 1 file changed,
On Wed, Aug 9, 2017 at 7:00 PM, Gustavo A. R. Silva
wrote:
> platform_get_irq() returns an error code, but the intel_mid_powerbtn
> driver ignores it and always returns -EINVAL. This is not correct and,
> prevents -EPROBE_DEFER from being propagated properly.
>
> Print error message and propagate
Make snd_pcm_hardware structures const.
Bhumika Goyal (6):
[media] usb: make snd_pcm_hardware const
[media] pci: make snd_pcm_hardware const
drm: bridge: dw-hdmi: make snd_pcm_hardware const
usb: gadget: make snd_pcm_hardware const
staging: bcm2835-audio: make snd_pcm_hardware const
[
Make these const as they are only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/media/pci/cobalt/cobalt-alsa-pcm.c | 4 ++--
drivers/media/pci/cx18/cx18-alsa-pcm.c | 2 +-
drivers/media/pci/cx23885/cx23885-alsa.c | 2 +-
drivers/media/pci/cx2
Make these const as they are only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/media/usb/cx231xx/cx231xx-audio.c | 2 +-
drivers/media/usb/em28xx/em28xx-audio.c | 2 +-
drivers/media/usb/go7007/snd-go7007.c | 2 +-
drivers/media/usb/tm6000/t
Make this const as it is only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
b/drive
Make this const as it is only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/usb/gadget/function/u_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/function/u_audio.c
b/drivers/usb/gadget/function/u_aud
Make these const as they are only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vc04_services/bcm2835-audio/bc
Make these const as they are only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/media/tuners/tda18271-maps.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/tuners/tda18271-maps.c
b/drivers/media/tuners/tda182
On Sun, Aug 13, 2017 at 06:06:32AM +, Nadav Amit wrote:
> > however mm_tlb_flush_nested() is a mystery, it appears to care about
> > anything inside the range. For now rely on it doing at least _a_ PTL
> > lock instead of taking _the_ PTL lock.
>
> It does not care about “anything” inside the
Explicitly export symbols so modpost doesn't complain.
Signed-off-by: Thomas Meyer
---
arch/um/kernel/gmon_syms.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/um/kernel/gmon_syms.c b/arch/um/kernel/gmon_syms.c
index 1bf61266da8e..f138a4a0db99 100644
--- a/arch/um/kernel/gmon_s
On Sat, Aug 12, 2017 at 10:44 AM, Pali Rohár wrote:
> This patch series fixes remaining mxm-wmi and asus-wmi drivers to evaluate
> WMI methods with correct and available instance number. Now all WMI drivers
> should call WMI functions with correct instance number and last patch fixes
> WMI check f
On Mon, Aug 07, 2017 at 09:39:26AM +0200, Michal Simek wrote:
> @@ -181,6 +187,38 @@
> #define MEM_TYPE_DDR40x10
> #define MEM_TYPE_LPDDR4 0x10
>
> +/* DDRC Software control register */
> +#define DDRC_SWCTL 0x320
> +
> +/* DDRC ECC CE & UE poison mask */
> +#define ECC_CEPOISON_
> > > >
> > >
> > > Sure, just want to make sure we are not trying to add work around just
> for
> > > A couple of faulty devices.
> > >
> > > > > I have verified using a couple of com6 modules with an am335x-evm
> and
> > > > they had mac addresses read ok.
> > > >
> > > > Sounds like there are mu
On Mon, Aug 07, 2017 at 09:39:27AM +0200, Michal Simek wrote:
> From: Naga Sureshkumar Relli
>
> This patch updates the ECC error message info
> for zynqmp ddrc. added Block number and Bankgroup
> in the message info.
>
> Signed-off-by: Naga Sureshkumar Relli
> Signed-off-by: Michal Simek
> --
Make these const as they are only used during a copy operation.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal
---
drivers/dma/ste_dma40.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
index c3052fb..f4fab41 100644
Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference()
and drm_*_unreference() helpers.
drm_*_reference() and drm_*_unreference() functions are just
compatibility alias for drm_*_get() and drm_*_put() and should not be
used by new code. So convert all users of compatibility functions
On Tue, May 23, 2017 at 08:17:27AM +0100, Lee Jones wrote:
> On Mon, 22 May 2017, Wolfram Sang wrote:
>
> > include/linux/i2c is not for client devices. Move the header file to a
> > more appropriate location.
> >
> > Signed-off-by: Wolfram Sang
> > ---
> > drivers/input/misc/dm355evm_keys.c
On Tue, May 23, 2017 at 08:18:19AM +0100, Lee Jones wrote:
> On Mon, 22 May 2017, Wolfram Sang wrote:
>
> > include/linux/i2c is not for client devices. Move the header file to a
> > more appropriate location.
> >
> > Signed-off-by: Wolfram Sang
> > ---
> > arch/arm/mach-omap1/board-h2-mmc.c
On Thu, Aug 10, 2017 at 07:46:32PM +0300, Anton Vasilyev wrote:
> If stts751 hw by some reason reports conversion rate bigger then 9:
> ret = i2c_smbus_read_byte_data(priv->client, STTS751_REG_RATE);
> then dereference stts751_intervals[priv->interval] leads to buffer
> overread.
>
> The p
include/uapi/linux/hyperv.h is a part of Hyper-V support.
Cc: K. Y. Srinivasan
Cc: Haiyang Zhang
Cc: Stephen Hemminger
Signed-off-by: Andy Shevchenko
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index acf95f158b97..ab96ea3003ef 100644
--- a/MAI
The commit 2ffd9e33ce4a
("x86/hyper-v: Use hypercall for remote TLB flush")
introduced a new C-file where uapi/linux/hyperv.h is included first.
This makes build failed since UAPI headers are heavily dependent to special
types of variables, e.g. __u8.
CC arch/x86/hyperv/mmu.o
In file
On Thu, Aug 10, 2017 at 04:57:47PM -0500, eaja...@linux.vnet.ibm.com wrote:
> From: "Edward A. James"
>
> Switch the storage of status registers to 16 bit values. This allows us
> to store all the bits of STATUS_WORD.
>
> Signed-off-by: Edward A. James
Applied to hwmon-next.
Thanks,
Guenter
On Thu, Jul 06, 2017 at 08:03:52AM +0100, Lee Jones wrote:
> On Thu, 06 Jul 2017, Thierry Reding wrote:
>
> > On Mon, May 22, 2017 at 12:02:10AM +0200, Wolfram Sang wrote:
> > > include/linux/i2c is not for client devices. Move the header file to a
> > > more appropriate location.
> > >
> > > Sig
On Thu, Aug 10, 2017 at 04:57:48PM -0500, eaja...@linux.vnet.ibm.com wrote:
> From: "Edward A. James"
>
> Pmbus always reads byte data from the status register, even if
> configured to use STATUS_WORD. Use a function pointer to read the
> correct amount of data from the registers.
> Also switch t
On Thu, Aug 10, 2017 at 04:57:49PM -0500, eaja...@linux.vnet.ibm.com wrote:
> From: "Edward A. James"
>
> Add PB_STATUS_INPUT as the generic alarm bit for iin and pin. We also
> need to redo the status register checking before setting up the boolean
> attribute, since it won't necessarily check S
On Sun, 2017-08-13 at 16:34 +0300, Andy Shevchenko wrote:
> The commit 2ffd9e33ce4a
>
> ("x86/hyper-v: Use hypercall for remote TLB flush")
>
> introduced a new C-file where uapi/linux/hyperv.h is included first.
>
> This makes build failed since UAPI headers are heavily dependent to
> speci
On Sat, Aug 12, 2017 at 7:50 PM, Srinivas Pandruvada
wrote:
> Although this driver did pretty good job in abstracting PCH specific
> interfaces, but still there are some loose ends. For example
> SLP_S0 counter (for reading SLP_S0 residency), PM config offset (for
> checking permissions to read XR
Normally the values in the resource field and the argument to ARRAY_SIZE
in the num_resources are the same. In this case, the value in the reousrce
field is the same as the one in the previous platform_device structure, and
appears to be a copy-paste error. Replace the value in the resource field
On Mon, Jun 05, 2017 at 11:38:08PM +0200, Patrik Jakobsson wrote:
> On Mon, May 22, 2017 at 12:11 AM, Wolfram Sang wrote:
> > It doesn't make sense to use include/linux/i2c for client drivers which may
> > in
> > fact rather be hwmon or input or whatever devices. As a result, I want to
> > deprec
Thanks for your comments, Michael and Jason. And I'm sorry about late response.
To be honest, I am on a summer vacation until next Tuesday.
I noticed that what I wrote was not sufficient. Regardless of caching mechanism
existence, the "event" could legitimately be at any point out of the latest
in
There are new types and helpers that are supposed to be used in new code.
As a preparation to get rid of legacy types and API functions do
the conversion here.
While here, update Copyright to reflect this change along with previous
one for the topic.
Signed-off-by: Andy Shevchenko
---
v2:
- do
On Sun, 2017-08-06 at 08:43 -0700, Andy Lutomirski wrote:
> On Fri, Aug 4, 2017 at 8:27 AM, Andy Shevchenko
> wrote:
> > On Fri, Aug 4, 2017 at 6:01 PM, Andy Lutomirski
> > wrote:
> > > > On Aug 2, 2017, at 9:28 AM, Andy Shevchenko > > > inux.intel.com> wrote:
> > > NAK. guid_block is a firmwa
There seems to be no need for separate ones since all users include both
files anyhow. Merge them because include/linux/i2c is to be deprecated.
Signed-off-by: Wolfram Sang
---
Reseding, rebased on v4.13-rc4. Now subscribed to the adi-ML as well.
I'd prefer if this goes via the ADI tree but I ca
2017-08-13 18:00 GMT+09:00 Katsuhiro Suzuki :
> Add a reset line for analog signal amplifier core (ADAMV) on
> UniPhier LD11/LD20 SoCs.
>
> Signed-off-by: Katsuhiro Suzuki
>
> ---
>
> Changes for v2:
> - ID changes to 0 because ADAMV reset controller independents
> from other reset controlle
On Sun, 2017-08-13 at 15:24 +0200, Julia Lawall wrote:
> Normally the values in the resource field and the argument to ARRAY_SIZE
> in the num_resources are the same. In this case, the value in the reousrce
> field is the same as the one in the previous platform_device structure, and
> appears to
On Sat, Aug 12, 2017 at 01:51:21PM +0200, Julia Lawall wrote:
> Another issue arises in the files drivers/infiniband/hw/hfi1/pcie.c and
> drivers/infiniband/hw/qib/qib_pcie.c, where the pci_error_handlers
> structure is defined in one file and used in another file. The structure
> definition refer
On Fri, Aug 11, 2017 at 06:01:42PM +0200, Benjamin Block wrote:
> When the BSG interface is used with bsg-lib, and the user sends a
> Bidirectional command - so when he gives an input- and output-buffer
> (most users of our interface will likely do that, if they wanna get the
> transport-level resp
On Sun, 13 Aug 2017, Joe Perches wrote:
> On Sun, 2017-08-13 at 15:24 +0200, Julia Lawall wrote:
> > Normally the values in the resource field and the argument to ARRAY_SIZE
> > in the num_resources are the same. In this case, the value in the reousrce
> > field is the same as the one in the pr
From: Markus Elfring
Date: Sun, 13 Aug 2017 16:25:43 +0200
A few update suggestions were taken into account
from static source code analysis.
Markus Elfring (4):
Delete eight unnecessary variable assignments
Adjust jump targets in ebitmap_read()
Delete an unnecessary return statement in eb
1 - 100 of 228 matches
Mail list logo