<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/hsi/controllers, branch v4.4.3</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.4.3</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.4.3'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-10-30T15:10:40Z</updated>
<entry>
<title>hsi: controllers:remove redundant code</title>
<updated>2015-10-30T15:10:40Z</updated>
<author>
<name>Sanjeev Sharma</name>
<email>sanjeev_sharma@mentor.com</email>
</author>
<published>2015-10-29T10:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=16bd5865cdb3b190105db21bd22a0ca0501e7b20'/>
<id>urn:sha1:16bd5865cdb3b190105db21bd22a0ca0501e7b20</id>
<content type='text'>
Use devm_ioremap_resource() in order to make the code simpler,
and remove redundant return value check of platform_get_resource()
because this value is alreadytaken care by devm_ioremap_resource()

Signed-off-by: Sanjeev Sharma &lt;sanjeev_sharma@mentor.com&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.</title>
<updated>2015-10-14T11:24:44Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2015-10-14T10:44:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e74eba049356fdad6713ab66322d9aeb0e85608b'/>
<id>urn:sha1:e74eba049356fdad6713ab66322d9aeb0e85608b</id>
<content type='text'>
The error handling path is broken as cawake_gpio was defined as
unsigned integer causing the following warnings on boards that don't
use SSI port and so don't have cawake_gpio defined. e.g. beagleboard C4.

[   30.094635] WARNING: CPU: 0 PID: 322 at drivers/gpio/gpiolib.c:86 gpio_to_desc+0xa4/0xb8()
[   30.103363] invalid GPIO -2
[   30.106292] Modules linked in: omap_ssi_port(+) cpufreq_dt cfbfillrect cfbimgblt leds_gpio cfbcopyarea thermal_sys led_class hwmon gpio_keys encoder_tfp410 connector_analog_tv connector_dvi omap_hdq snd phy_i
[   30.145477] CPU: 0 PID: 322 Comm: modprobe Not tainted 4.3.0-rc4-00030-gca978c0-dirty #335
[   30.154174] Hardware name: Generic OMAP3-GP (Flattened Device Tree)
[   30.160827] [&lt;c0016ef4&gt;] (unwind_backtrace) from [&lt;c00131f4&gt;] (show_stack+0x10/0x14)
[   30.168975] [&lt;c00131f4&gt;] (show_stack) from [&lt;c033cf08&gt;] (dump_stack+0x80/0x9c)
[   30.176635] [&lt;c033cf08&gt;] (dump_stack) from [&lt;c003e920&gt;] (warn_slowpath_common+0x7c/0xb8)
[   30.185180] [&lt;c003e920&gt;] (warn_slowpath_common) from [&lt;c003e9f0&gt;] (warn_slowpath_fmt+0x30/0x40)
[   30.194366] [&lt;c003e9f0&gt;] (warn_slowpath_fmt) from [&lt;c0376314&gt;] (gpio_to_desc+0xa4/0xb8)
[   30.202819] [&lt;c0376314&gt;] (gpio_to_desc) from [&lt;c0376ac8&gt;] (gpio_request_one+0x14/0x11c)
[   30.211273] [&lt;c0376ac8&gt;] (gpio_request_one) from [&lt;c037370c&gt;] (devm_gpio_request_one+0x3c/0x78)
[   30.220458] [&lt;c037370c&gt;] (devm_gpio_request_one) from [&lt;bf184210&gt;] (ssi_port_probe+0x118/0x504 [omap_ssi_port])
[   30.231170] [&lt;bf184210&gt;] (ssi_port_probe [omap_ssi_port]) from [&lt;c03d4cfc&gt;] (platform_drv_probe+0x48/0xa4)
[   30.241424] [&lt;c03d4cfc&gt;] (platform_drv_probe) from [&lt;c03d3678&gt;] (driver_probe_device+0x1dc/0x2a0)
[   30.250793] [&lt;c03d3678&gt;] (driver_probe_device) from [&lt;c03d37d0&gt;] (__driver_attach+0x94/0x98)
[   30.259643] [&lt;c03d37d0&gt;] (__driver_attach) from [&lt;c03d1d60&gt;] (bus_for_each_dev+0x54/0x88)
[   30.268249] [&lt;c03d1d60&gt;] (bus_for_each_dev) from [&lt;c03d2d50&gt;] (bus_add_driver+0xe8/0x1f8)
[   30.276916] [&lt;c03d2d50&gt;] (bus_add_driver) from [&lt;c03d4118&gt;] (driver_register+0x78/0xf4)
[   30.285369] [&lt;c03d4118&gt;] (driver_register) from [&lt;c03d5380&gt;] (__platform_driver_probe+0x34/0xd8)
[   30.294647] [&lt;c03d5380&gt;] (__platform_driver_probe) from [&lt;c00097e4&gt;] (do_one_initcall+0x80/0x1d8)
[   30.303985] [&lt;c00097e4&gt;] (do_one_initcall) from [&lt;c011617c&gt;] (do_init_module+0x5c/0x1cc)
[   30.312561] [&lt;c011617c&gt;] (do_init_module) from [&lt;c00c7a68&gt;] (load_module+0x18c8/0x1f0c)
[   30.320983] [&lt;c00c7a68&gt;] (load_module) from [&lt;c00c8188&gt;] (SyS_init_module+0xdc/0x150)
[   30.329223] [&lt;c00c8188&gt;] (SyS_init_module) from [&lt;c000f7e0&gt;] (ret_fast_syscall+0x0/0x1c)

Fixes: b209e047bc743 ("HSI: Introduce OMAP SSI driver")
Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>drivers/hsi: include &lt;module.h&gt; for modular omap_ssi code</title>
<updated>2015-06-16T18:12:25Z</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2015-05-02T00:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a1a0bec593623f49740d7900e4b862c534f219bf'/>
<id>urn:sha1:a1a0bec593623f49740d7900e4b862c534f219bf</id>
<content type='text'>
These files are built off of a tristate Kconfig option and also contain
modular function calls so they should explicitly include module.h to
avoid compile breakage during header shuffles done in the future.

We change the one header file wich gives us coverage on both files:
   drivers/hsi/controllers/omap_ssi.c
   drivers/hsi/controllers/omap_ssi_port.c

Cc: Sebastian Reichel &lt;sre@kernel.org&gt;
Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi</title>
<updated>2014-12-16T01:33:47Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-12-16T01:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d3255ec483ca048192f6e8a8789e08e32b379b84'/>
<id>urn:sha1:d3255ec483ca048192f6e8a8789e08e32b379b84</id>
<content type='text'>
Pull HSI update from Sebastian Reichel:
 "Misc fixes in omap-ssi and nokia-modem drivers"

* tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi:
  HSI: nokia-modem: fix error handling of irq_of_parse_and_map
  HSI: nokia-modem: setup default value for pm parameter
  HSI: omap_ssi_port: Don't print uninitialized err
  HSI: remove deprecated IRQF_DISABLED
</content>
</entry>
<entry>
<title>Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core</title>
<updated>2014-12-15T00:10:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-12-15T00:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e6b5be2be4e30037eb551e0ed09dd97bd00d85d3'/>
<id>urn:sha1:e6b5be2be4e30037eb551e0ed09dd97bd00d85d3</id>
<content type='text'>
Pull driver core update from Greg KH:
 "Here's the set of driver core patches for 3.19-rc1.

  They are dominated by the removal of the .owner field in platform
  drivers.  They touch a lot of files, but they are "simple" changes,
  just removing a line in a structure.

  Other than that, a few minor driver core and debugfs changes.  There
  are some ath9k patches coming in through this tree that have been
  acked by the wireless maintainers as they relied on the debugfs
  changes.

  Everything has been in linux-next for a while"

* tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (324 commits)
  Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries"
  fs: debugfs: add forward declaration for struct device type
  firmware class: Deletion of an unnecessary check before the function call "vunmap"
  firmware loader: fix hung task warning dump
  devcoredump: provide a one-way disable function
  device: Add dev_&lt;level&gt;_once variants
  ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries
  ath: use seq_file api for ath9k debugfs files
  debugfs: add helper function to create device related seq_file
  drivers/base: cacheinfo: remove noisy error boot message
  Revert "core: platform: add warning if driver has no owner"
  drivers: base: support cpu cache information interface to userspace via sysfs
  drivers: base: add cpu_device_create to support per-cpu devices
  topology: replace custom attribute macros with standard DEVICE_ATTR*
  cpumask: factor out show_cpumap into separate helper function
  driver core: Fix unbalanced device reference in drivers_probe
  driver core: fix race with userland in device_add()
  sysfs/kernfs: make read requests on pre-alloc files use the buffer.
  sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
  fs: sysfs: return EGBIG on write if offset is larger than file size
  ...
</content>
</entry>
<entry>
<title>hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM</title>
<updated>2014-12-04T00:07:01Z</updated>
<author>
<name>Rafael J. Wysocki</name>
<email>rafael.j.wysocki@intel.com</email>
</author>
<published>2014-12-04T00:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=96a1c18a7b41b084dff5cf83383f46f264eeb84a'/>
<id>urn:sha1:96a1c18a7b41b084dff5cf83383f46f264eeb84a</id>
<content type='text'>
After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is
selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks
depending on CONFIG_PM_RUNTIME may now be changed to depend on
CONFIG_PM.

Do that for the omap_ssi driver.

Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
Acked-By: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>hsi: controllers: drop owner assignment from platform_drivers</title>
<updated>2014-10-20T14:20:35Z</updated>
<author>
<name>Wolfram Sang</name>
<email>wsa@the-dreams.de</email>
</author>
<published>2014-10-20T14:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=53b72c17873ad3500c19c71dd3074a57604880eb'/>
<id>urn:sha1:53b72c17873ad3500c19c71dd3074a57604880eb</id>
<content type='text'>
A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;
</content>
</entry>
<entry>
<title>HSI: omap_ssi_port: Don't print uninitialized err</title>
<updated>2014-10-19T22:11:59Z</updated>
<author>
<name>Sebastian Reichel</name>
<email>sre@kernel.org</email>
</author>
<published>2014-10-19T22:11:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=068afbbebe14cdb628f7d738d1d289cf01a3b5d9'/>
<id>urn:sha1:068afbbebe14cdb628f7d738d1d289cf01a3b5d9</id>
<content type='text'>
Do not print err variable, that has nothing to do with the error.
This fixes a warning, that is printed at build time:

drivers/hsi/controllers/omap_ssi_port.c: In function ‘ssi_port_probe’:
drivers/hsi/controllers/omap_ssi_port.c:1121:10: warning: ‘err’ may be used uninitialized in this function [-Wuninitialized]

Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl()</title>
<updated>2014-07-30T22:20:33Z</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2014-07-30T00:53:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3fd276e9c0d75538c3b5ed96d0ce36d227fdca95'/>
<id>urn:sha1:3fd276e9c0d75538c3b5ed96d0ce36d227fdca95</id>
<content type='text'>
In case of error, the function debugfs_create_*() returns NULL
pointer not ERR_PTR() if debugfs is enabled. The IS_ERR() test
in the return value check should be replaced with NULL test.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port()</title>
<updated>2014-07-30T22:20:21Z</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2014-07-30T00:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c2acb7c4d566a1735e255acc7260e1dec6b9a7c8'/>
<id>urn:sha1:c2acb7c4d566a1735e255acc7260e1dec6b9a7c8</id>
<content type='text'>
In case of error, the function debugfs_create_*() returns NULL
pointer not ERR_PTR() if debugfs is enabled. The IS_ERR() test
in the return value check should be replaced with NULL test.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
</feed>
