lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 21 May 2009 23:15:53 +0200
From:	Linus Walleij <linus.ml.walleij@...il.com>
To:	linux-kernel@...r.kernel.org, Samuel Ortiz <sameo@...ux.intel.com>
Cc:	linux-i2c@...r.kernel.org,
	Linus Walleij <linus.walleij@...ricsson.com>
Subject: [PATCH 0/1] MFD: Add U300 AB3100 core support v5

ChangeLog from v4 -> v5:

* Remove the singleton pattern. Now we can instantiate
  several AB3100 chips on the same system if we want to,
  this won't happen in practice but it makes the driver
  look more similar to other drivers so it's nice.

* Consequently pass around the struct ab3100 * token
  instead of using the local singleton inside the
  driver.

* Replace all "ab3100_data" suffixes on variable
  names with a plain "ab3100" since there is not
  difference between these anymore.

* Pass a small struct to the get/set register debugfs
  functions in order to pass mode of operation as well as
  a pointer to a struct ab3100 * in the file private data.

* Correct file permissions on write-only debugfs files.

* Hoping that Sam will accept this into the -mfd tree...


Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ