Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2eec3707 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

Merge tag 'irqchip-4.7-rc1' of...

Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

Merge irqchip updates from Marc Zyngier:

- A number of embarassing buglets (GICv3, PIC32)
- A more substential errata workaround for Cavium's GICv3 ITS
  (kept for post-rc1 due to its dependency on NUMA)
parents 59fa5860 0de6b997
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ Module.symvers
/tar-install/
/tar-install/


#
#
# git files that we don't want to ignore even it they are dot-files
# git files that we don't want to ignore even if they are dot-files
#
#
!.gitignore
!.gitignore
!.mailmap
!.mailmap
+1 −0
Original line number Original line Diff line number Diff line
@@ -768,6 +768,7 @@ D: Z85230 driver
D: Former security contact point (please use vendor-sec@lst.de)
D: Former security contact point (please use vendor-sec@lst.de)
D: ex 2.2 maintainer
D: ex 2.2 maintainer
D: 2.1.x modular sound
D: 2.1.x modular sound
D: Assigned major/minor numbers maintainer at lanana.org
S: c/o Red Hat UK Ltd
S: c/o Red Hat UK Ltd
S: Alexandra House
S: Alexandra House
S: Alexandra Terrace
S: Alexandra Terrace
+6 −5
Original line number Original line Diff line number Diff line
@@ -3,9 +3,10 @@ Date: Mai 2012
Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
Description:	The mouse can store 5 profiles which can be switched by the
Description:	The mouse can store 5 profiles which can be switched by the
		press of a button. A profile is split into general settings and
		press of a button. A profile is split into general settings and
		button settings. buttons holds informations about button layout.
		button settings. The buttons variable holds information about
		When written, this file lets one write the respective profile
		button layout. When written, this file lets one write the
		buttons to the mouse. The data has to be 47 bytes long.
		respective profile buttons to the mouse. The data has to be
		47 bytes long.
		The mouse will reject invalid data.
		The mouse will reject invalid data.
		Which profile to write is determined by the profile number
		Which profile to write is determined by the profile number
		contained in the data.
		contained in the data.
@@ -26,8 +27,8 @@ Date: Mai 2012
Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
Description:	The mouse can store 5 profiles which can be switched by the
Description:	The mouse can store 5 profiles which can be switched by the
		press of a button. A profile is split into general settings and
		press of a button. A profile is split into general settings and
		button settings. profile holds informations like resolution, sensitivity
		button settings. A profile holds information like resolution,
		and light effects.
		sensitivity and light effects.
		When written, this file lets one write the respective profile
		When written, this file lets one write the respective profile
		settings back to the mouse. The data has to be 43 bytes long.
		settings back to the mouse. The data has to be 43 bytes long.
		The mouse will reject invalid data.
		The mouse will reject invalid data.
+9 −0
Original line number Original line Diff line number Diff line
@@ -107,6 +107,15 @@ Contact: Artem Bityutskiy <dedekind@infradead.org>
Description:
Description:
		Number of physical eraseblocks reserved for bad block handling.
		Number of physical eraseblocks reserved for bad block handling.


What:		/sys/class/ubi/ubiX/ro_mode
Date:		April 2016
KernelVersion:	4.7
Contact:	linux-mtd@lists.infradead.org
Description:
		Contains ASCII "1\n" if the read-only flag is set on this
		device, and "0\n" if it is cleared. UBI devices mark themselves
		as read-only when they detect an unrecoverable error.

What:		/sys/class/ubi/ubiX/total_eraseblocks
What:		/sys/class/ubi/ubiX/total_eraseblocks
Date:		July 2006
Date:		July 2006
KernelVersion:	2.6.22
KernelVersion:	2.6.22
+9 −0
Original line number Original line Diff line number Diff line
@@ -166,3 +166,12 @@ Description:
		The mm_stat file is read-only and represents device's mm
		The mm_stat file is read-only and represents device's mm
		statistics (orig_data_size, compr_data_size, etc.) in a format
		statistics (orig_data_size, compr_data_size, etc.) in a format
		similar to block layer statistics file format.
		similar to block layer statistics file format.

What:		/sys/block/zram<id>/debug_stat
Date:		July 2016
Contact:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Description:
		The debug_stat file is read-only and represents various
		device's debugging info useful for kernel developers. Its
		format is not documented intentionally and may change
		anytime without any notice.
Loading