[char-misc-next 26/27] mei: hbm: send immediate reply flag in enum request
From: Alexander Usyskin <alexander.usyskin@intel.com> Signal the FW that it can send an HBM enumeration answer immediately, without waiting for FW in
View Article[char-misc-next 27/27] mei: split amthif client init from end of clients...
From: Alexander Usyskin <alexander.usyskin@intel.com> The amthif FW client can appear after the end of client enumeration. Amthif host client initial
View Article[PATCH] x86: force inlining of test_and_set_bit and friends
Sometimes gcc mysteriously doesn't inline very small functions we expect to be inlined. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66122 Arg
View Article[GIT PULL] ARM: SoC fixes for v4.5-rc
Hi Linus, The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) are available i
View Article[PATCH 0/5] iio: hmc5843: Fix issues and move out of staging
Fix driver issues and add completions. Add custom attribute to display available values for bias current, add documentation for undocumented custom at
View Article[PATCH 1/5] iio: hmc5843: Add attribute for available measurement config
Add static attribute meas_conf_available to show available configurations for the bias current. API for setting bias measurement configuration: 0 -
View Article[PATCH 2/5] iio: hmc5843: Swap suspend and resume implementations
Swap implementations of hmc5843_common_suspend and hmc5843_common_resume functions for they have been inversed. Device should go on SLEEP mode on susp
View Article[PATCH 3/5] iio: hmc5843: Add ABI documentation file for hmc5843
Add ABI file documenting hmc5843 non-standard attributes meas_conf and meas_conf_available for bias current configuration. Signed-off-by: Cristina Mo
View Article[PATCH 4/5] iio: hmc5843: Fix comment style warnings
Fix comment style warnings in order to comply with Coding Style standard provided by Documentation/CodingStyle. This patch solves following issue fou
View Article[PATCH 5/5] iio: hmc5843: Move hmc5843 out of staging
This patch moves hmc5843 driver from staging/iio/magnetometer to iio/magnetometer, updates the corresponding Makefiles and moves the hmc5843* entries
View Articlegadgetfs regression (NULL ptr deref) since v4.4-rc7
Hi, Using gadgetfs on latest mainline, I get the following NULL pointer dereference: BUG: unable to handle kernel NULL pointer dereference at
View Articlelinux-next: build failure after merge of the ext4 tree
Hi Ted, After merging the ext4 tree, today's linux-next build (arm multi_v7_defconfig) failed like this: fs/ext4/namei.c: In function 'ext4_lookup':
View Article[PATCH] drm: Export debugfs functionality for GPL code only
From: Oleg Drokin <green@linuxhacker.ru> drm_debugfs_create_files and drm_debugfs_remove_files should only be available for GPL-code only as per Greg
View Article[PATCH 0/5] Modularize PCI_DW related drivers.
In a recent patch series that aimed to remove code related to module unload for PCI support that was simply non modular, the discussion led to people
View Article[PATCH 1/5] ARM: add EXPORT_SYMBOL of hook_fault_code for PCI host...
In a discussion of a previous patch set[1], it was suggested that modularizing some of the PCI host support would be good to keep multi platform bzIma
View Article[PATCH 2/5] drivers/of: add EXPORT_SYMBOL to of_irq_count
We would like to modularize some of the PCI platform specific support code to keep multi platform bzImage sizes in check. However, in a couple of the
View Article[PATCH 3/5] drivers/pci: export dw syms enabling board specific PCI code to...
After converting the drivers who select PCI_DW from bool to tristate, the following symbols need to be exported, simply based on the output from modpo
View Article[PATCH 4/5] drivers/pci: make host/pci-keystone-dw.c modular
Export the symbols that this driver requires in order for it to be modular. In addition to the one use case of a dw_pci sym, it has many instances of
View Article[PATCH 5/5] drivers/pci: make most of the PCI_DW drivers modular
We've exported the symbols that we know these specific drivers will need as tristate, so now we can make the conversion from bool to tristate w/o conc
View ArticleLinux 4.5-rc3
It's Sunday afternoon, and everything is normal. And that means that there's a new rc release right on time. It's slightly bigger than I'd like, but
View Article