<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/Makefile, branch v4.17.1</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.17.1</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.17.1'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2018-03-19T18:56:02+00:00</updated>
<entry>
<title>staging: mt7621-dts: add dts files</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>NeilBrown</name>
<email>neil@brown.name</email>
</author>
<published>2018-03-14T20:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d59578da2bb8d69266351a399c377fc4bf4265b7'/>
<id>urn:sha1:d59578da2bb8d69266351a399c377fc4bf4265b7</id>
<content type='text'>
Add device tree source for mt7621 and gnubee1 to
make testing easier.

Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-eth: mediatek: add Kconfig and Makefile</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=792c11c81923da2dabbec9b124d2a106f8f370a3'/>
<id>urn:sha1:792c11c81923da2dabbec9b124d2a106f8f370a3</id>
<content type='text'>
This patch adds the Makefile and Kconfig required to make the driver build.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;
Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-mmc: MIPS: ralink: add sdhci for mt7620a SoC</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8b634a9c7620b15691322cd53071122d2ab249a7'/>
<id>urn:sha1:8b634a9c7620b15691322cd53071122d2ab249a7</id>
<content type='text'>
NeilBrown:
  Added range-check on pdev-&gt;id before assigning ot
    host-&gt;id

  of_dma_configure() sets a default -&gt;dma_mask of
  DMA_BIT_MASK(32), claiming devices can DMA from
  the full 32bit address space.
  The mtk-mmc driver does not support access to
  highmem pages, so it is really limited to the
  bottom 512M (actually 448M due to 64M of IO space).
  Setting -&gt;dma_mask to NULL causes mmc_setup_queue()
  to fall-back to using BLK_BOUNCE_HIGH to tell the
  block layer to use a bounce-buffer for any highmem
  pages requiring IO.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-dma: ralink: add rt2880 dma engine</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0853c7a53eb369b41821b9eda22a8de55f434060'/>
<id>urn:sha1:0853c7a53eb369b41821b9eda22a8de55f434060</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-spi: add mt7621 support</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1ab7f2a43558b3fbc6bfbb8fd289dd34b1e0ef82'/>
<id>urn:sha1:1ab7f2a43558b3fbc6bfbb8fd289dd34b1e0ef82</id>
<content type='text'>
NeilBrown:
    The code will fail with a warning if asked to transfer
    more than 32 bytes at a time.  So used max_transfer_size
    interface to tell users about this.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-gpio: ralink: add mt7621 gpio controller</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=16e556aa104c306958e10165d6da4ab1be4befc8'/>
<id>urn:sha1:16e556aa104c306958e10165d6da4ab1be4befc8</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-pinctrl: ralink: add pinctrl driver</title>
<updated>2018-03-19T18:56:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0317d60de8697865634ef1d973cd3a3c9a1dd302'/>
<id>urn:sha1:0317d60de8697865634ef1d973cd3a3c9a1dd302</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: mt7621-pci: MIPS/ralink: add MT7621 pcie driver</title>
<updated>2018-03-19T18:56:01+00:00</updated>
<author>
<name>John Crispin</name>
<email>blogic@openwrt.org</email>
</author>
<published>2018-03-14T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=03f152e31f4ae89c37ab240f45dd77c8a916dd26'/>
<id>urn:sha1:03f152e31f4ae89c37ab240f45dd77c8a916dd26</id>
<content type='text'>
NeilBrown: forward port and hack to work on GNUBEE1

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
Signed-off-by: NeilBrown &lt;neil@brown.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: irda: remove the irda network stack and drivers</title>
<updated>2018-03-14T12:12:26+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-03-14T12:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d64c2a76123f0300b08d0557ad56e9d599872a36'/>
<id>urn:sha1:d64c2a76123f0300b08d0557ad56e9d599872a36</id>
<content type='text'>
No one has publicly stepped up to maintain this broken codebase for
devices that no one uses anymore, so let's just drop the whole thing.

If someone really wants/needs it, we can revert this and they can fix
the code up to work properly.

Cc: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: ccree: remove ccree staging driver copy</title>
<updated>2018-03-14T12:02:48+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-03-14T12:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8b0217965418f2bd27214b075e8d538f1b75df48'/>
<id>urn:sha1:8b0217965418f2bd27214b075e8d538f1b75df48</id>
<content type='text'>
The ccree driver is now in the cryptodev tree, so remove it from
drivers/staging as it's no longer needed here.

Based on a patch from Gilad, but the mailing list didn't like it :(

Signed-off-by: Gilad Ben-Yossef &lt;gilad@benyossef.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
