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>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 14 Jan 2012 20:58:42 +0100
From:	Peter Ujfalusi <peter.ujfalusi@...com>
To:	Samuel Ortiz <samuel.ortiz@...el.com>
Cc:	linux-kernel@...r.kernel.org
Subject: [RESEND 0/2] MFD: twl6040-codec: avoid reconfiguring the PLL

Hello Samual,

This series somehow got lost (the original series has been sent back in
November).
It might be too late for 3.3 :(

The following two patch will optimize the PLL configuration code for the
twl6040, so if the requested configuration is the same as the current we simply
skip configuring the PLL (since no change needed).
We can save considerable amount of time in this way (due to avoiding i2c
accesses, and delays dictated by the configuration protocol).

Regards,
Peter
---
Peter Ujfalusi (2):
  MFD: twl6040-codec: Store mclk configuration
  MFD: twl6040-codec: Avoid PLL reconfiguration when not needed

 drivers/mfd/twl6040-core.c  |  128 ++++++++++++++++++++++++++-----------------
 include/linux/mfd/twl6040.h |    2 +
 2 files changed, 79 insertions(+), 51 deletions(-)

-- 
1.7.8.3

--
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