On 04/25/2016 01:42 AM, Pascal Sachs wrote:
From: David Frey
This driver implements support for the Sensirion SHT3x-DIS chip,
a humidity and temperature sensor. Temperature is measured
in degrees celsius, relative humidity is expressed as a percentage.
In the sysfs interface, all values are sca
On Wed, 11 May 2016 13:56:03 +0200
Geert Uytterhoeven wrote:
> This patch series (against next-20160511) contains improvements to the low
> level serial driver API documentation.
>
> Thanks for your comments!
I've applied both to the docs tree, thanks.
jon
--
To unsubscribe from this list: sen
On Tue, 10 May 2016 20:59:56 +0200
Geert Uytterhoeven wrote:
> diff --git a/Documentation/vm/hugetlbpage.txt
> b/Documentation/vm/hugetlbpage.txt
> index 54dd9b9c6c31aeed..6f3b3fa35613d900 100644
> --- a/Documentation/vm/hugetlbpage.txt
> +++ b/Documentation/vm/hugetlbpage.txt
> @@ -275,10 +275,
On Wed, 11 May 2016 14:07:31 +0800
Qiang Huang wrote:
> The restriction of kmem setting is not there anymore because the
> accounting is enabled by default even in the cgroup v1 - see
> b313aeee2509 ("mm: memcontrol: enable kmem accounting for all
> cgroups in the legacy hierarchy").
>
> Update
On Thu, 12 May 2016 16:15:35 +0300
Jani Nikula wrote:
> Jon, I was hoping we could consider nudging things forward a bit in the
> kernel-doc and docproc reStructuredText front already in 4.7. I know
> it's a bit close to the merge window, but this should not interfere with
> anything else, and so
So, after all discussions, this patch is looking like this.
Changes:
- assembler part reworked to be more clear, as Catalin recommended;
- mmap now points to mmap2, as in 1st versions (suggested by Bamvor),
and ilp32 wrapper delouses required arguments;
- pread64 and pwrite64 wrappers introd
On Thu, May 12, 2016 at 04:19:48PM +0300, Yury Norov wrote:
[...]
> > I think that's a good idea. The function used to be slightly different
> > for each architecture, but now it seems we have a significant number
> > of identical implementations that we could just merge them together
> > into on